mirror of
https://github.com/opnsense/src.git
synced 2026-05-20 08:56:47 -04:00
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 |
||
|---|---|---|
| .. | ||
| bugpoint | ||
| clang | ||
| clang-format | ||
| clang-tblgen | ||
| llc | ||
| lld | ||
| lldb | ||
| lldb-tblgen | ||
| lli | ||
| llvm-ar | ||
| llvm-as | ||
| llvm-bcanalyzer | ||
| llvm-cov | ||
| llvm-cxxdump | ||
| llvm-cxxfilt | ||
| llvm-diff | ||
| llvm-dis | ||
| llvm-dwarfdump | ||
| llvm-dwp | ||
| llvm-extract | ||
| llvm-link | ||
| llvm-lto | ||
| llvm-lto2 | ||
| llvm-mc | ||
| llvm-mca | ||
| llvm-modextract | ||
| llvm-nm | ||
| llvm-objcopy | ||
| llvm-objdump | ||
| llvm-pdbutil | ||
| llvm-profdata | ||
| llvm-rtdyld | ||
| llvm-size | ||
| llvm-strings | ||
| llvm-symbolizer | ||
| llvm-tblgen | ||
| llvm-xray | ||
| opt | ||
| clang.prog.mk | ||
| llvm.prog.mk | ||
| Makefile | ||
| Makefile.inc | ||