forked from OSchip/llvm-project
Ship `llvm-cxxfilt` in the toolchain.
Originally done for rdar://problem/57155465. rdar://76602859 Differential Revision: https://reviews.llvm.org/D100405
This commit is contained in:
parent
961967453a
commit
4c0bc69490
|
@ -56,6 +56,7 @@ set(LLVM_TOOLCHAIN_TOOLS
|
|||
llvm-objdump
|
||||
llvm-nm
|
||||
llvm-size
|
||||
llvm-cxxfilt
|
||||
llvm-config
|
||||
CACHE STRING "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue