Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 11:26:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 292425] devel/llvm no AVR achitecture
Message-ID:  <bug-292425-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292425

            Bug ID: 292425
           Summary: devel/llvm no AVR achitecture
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: devosalain@ymail.com
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

Let me explain.
Needed emacs with zig language server support.
This needs zig language server from github.
This needs zig from github.
This needs llvm21 with AVR architecture support.
So i need AVR compiled in or as an option.

Solution , in build directory,

set -eu
cmake -G "Unix Makefiles" \
  -DLLVM_ENABLE_PROJECTS="clang;lld;clang-tools-extra" \
  -DLLVM_TARGETS_TO_BUILD="all" \
  -DLLVM_INSTALL_UTILS=ON \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr/local/llvm21 \
  -DLLVM_USE_LINKER=lld \
  ../llvm

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292425-7788>