freebsd-nq/usr.bin/clang
Dimitry Andric fd9d16bddb Ensure lld respects the WITH/WITHOUT_SHARED_TOOLCHAIN option
Traditionally, toolchain components such as cc, as, and ld have been
built as static executables.  The WITH_SHARED_TOOLCHAIN option from
src.conf(5) is meant to link these as regular executables, e.g. using
shared libraries.

The build of ld.lld did not yet check this option.  Fix the Makefile so
it will do so now.

Reported by:	Mike Cui <cuicui@gmail.com>
PR:		241257
MFC after:	3 days
2019-10-16 17:11:18 +00:00
..
bugpoint
clang
clang-format
clang-tblgen Update build glue for a minimal build of the clang executable. 2019-08-23 22:17:36 +00:00
llc
lld Ensure lld respects the WITH/WITHOUT_SHARED_TOOLCHAIN option 2019-10-16 17:11:18 +00:00
lldb Update build glue for a build of clang plus lldb (enabled via MK_LLDB). 2019-08-26 21:00:14 +00:00
lldb-tblgen Add lldb-tblgen tool. 2019-08-26 20:57:45 +00:00
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-cov
llvm-cxxdump
llvm-cxxfilt
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-link
llvm-lto
llvm-lto2
llvm-mc
llvm-mca Update build glue for a build of clang plus the extra tools (enabled via 2019-08-24 19:21:11 +00:00
llvm-modextract
llvm-nm
llvm-objcopy Update build glue for a build of clang plus the extra tools (enabled via 2019-08-24 19:21:11 +00:00
llvm-objdump
llvm-pdbutil Update build glue for a build of clang plus the extra tools (enabled via 2019-08-24 19:21:11 +00:00
llvm-profdata
llvm-rtdyld
llvm-symbolizer
llvm-tblgen
llvm-xray
opt
clang.prog.mk Update build glue for a minimal build of the clang executable. 2019-08-23 22:17:36 +00:00
llvm.prog.mk Add lldb-tblgen tool. 2019-08-26 20:57:45 +00:00
Makefile Add lldb-tblgen tool. 2019-08-26 20:57:45 +00:00
Makefile.inc clang: use -mxgot for 32-bit mips 2019-10-02 17:15:38 +00:00