[Bug 264192] lang/ghc: poudriere based build used odd mix of devel/llvm10 and system toolchain

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Jun 2022 06:48:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264192

--- Comment #32 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mikael Urankar from comment #30)

That buiuld does not have:

WITH_CLANG_EXTRAS=

in use for buildworld. Mine does.

For reference:

# more /usr/main-src/usr.bin/clang/Makefile
. . .
.if ${MK_CLANG_EXTRAS} != "no"
SUBDIR+=        bugpoint
SUBDIR+=        llc
SUBDIR+=        lli
SUBDIR+=        llvm-as
SUBDIR+=        llvm-bcanalyzer
SUBDIR+=        llvm-cxxdump
SUBDIR+=        llvm-diff
SUBDIR+=        llvm-dis
SUBDIR+=        llvm-dwarfdump
SUBDIR+=        llvm-dwp
SUBDIR+=        llvm-extract
SUBDIR+=        llvm-link
SUBDIR+=        llvm-lto
SUBDIR+=        llvm-lto2
SUBDIR+=        llvm-mc
SUBDIR+=        llvm-mca
SUBDIR+=        llvm-modextract
SUBDIR+=        llvm-pdbutil
SUBDIR+=        llvm-rtdyld
SUBDIR+=        llvm-xray
SUBDIR+=        opt
.endif
. . .

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