freebsd-nq/usr.bin/clang
Dimitry Andric 07bab4417d Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filt
Since elftoolchain's cxxfilt is rather far behind on features, and we
ran into several bugs, add an option to use llvm-cxxfilt as an drop-in
replacement.

It supports the same options as elftoolchain cxxfilt, though it doesn't
have support for old ARM (C++ Annotated Reference Manual, not the CPU)
and GNU v2 manglings. But these are irrelevant in 2020.

Note: as we already compile the required libraries as part of libllvm,
this will not add any significant build time either.

PR:		250702
Reviewed by:	emaste, yuri
Differential Revision: https://reviews.freebsd.org/D27071
MFC after:	2 weeks
2020-11-03 19:57:28 +00:00
..
bugpoint
clang
clang-format
clang-tblgen Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds, 2020-08-06 19:30:00 +00:00
llc
lld Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds, 2020-08-06 19:30:00 +00:00
lldb
lldb-tblgen
lli
llvm-ar
llvm-as
llvm-bcanalyzer
llvm-cov
llvm-cxxdump
llvm-cxxfilt Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filt 2020-11-03 19:57:28 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds, 2020-08-06 19:30:00 +00:00
llvm-dwp Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp 2020-06-28 07:43:43 +00:00
llvm-extract
llvm-link
llvm-lto
llvm-lto2
llvm-mc
llvm-mca
llvm-modextract
llvm-nm
llvm-objcopy Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds, 2020-08-06 19:30:00 +00:00
llvm-objdump Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds, 2020-08-06 19:30:00 +00:00
llvm-pdbutil
llvm-profdata
llvm-rtdyld
llvm-size Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp 2020-06-28 07:43:43 +00:00
llvm-strings Fix llvm-strings.1 not installing, this was a copy/paste error. 2020-06-28 18:02:51 +00:00
llvm-symbolizer
llvm-tblgen Update Makefiles under lib/clang and usr.bin/clang for 11.0.0 builds, 2020-08-06 19:30:00 +00:00
llvm-xray
opt
clang.prog.mk
llvm.prog.mk
Makefile Add WITH_LLVM_CXXFILT option to install llvm-cxxfilt as c++filt 2020-11-03 19:57:28 +00:00
Makefile.inc