Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jun 2022 06:48:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        haskell@FreeBSD.org
Subject:   [Bug 264192] lang/ghc: poudriere based build used odd mix of devel/llvm10 and system toolchain
Message-ID:  <bug-264192-16154-VMyKMIZ2gM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264192-16154@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264192-16154@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264192

--- 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=3D

in use for buildworld. Mine does.

For reference:

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

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



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