[clang] 4c0bc69 - Ship `llvm-cxxfilt` in the toolchain.

Dan Liew via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 13 11:58:48 PDT 2021


Author: Dan Liew
Date: 2021-04-13T11:58:33-07:00
New Revision: 4c0bc69490a57f2f8f9ede948e6d66cc0900879a

URL: https://github.com/llvm/llvm-project/commit/4c0bc69490a57f2f8f9ede948e6d66cc0900879a
DIFF: https://github.com/llvm/llvm-project/commit/4c0bc69490a57f2f8f9ede948e6d66cc0900879a.diff

LOG: Ship `llvm-cxxfilt` in the toolchain.

Originally done for rdar://problem/57155465.

rdar://76602859

Differential Revision: https://reviews.llvm.org/D100405

Added: 
    

Modified: 
    clang/cmake/caches/Apple-stage2.cmake

Removed: 
    


################################################################################
diff  --git a/clang/cmake/caches/Apple-stage2.cmake b/clang/cmake/caches/Apple-stage2.cmake
index d347ffcd0f4ff..a2eb42efbaf67 100644
--- a/clang/cmake/caches/Apple-stage2.cmake
+++ b/clang/cmake/caches/Apple-stage2.cmake
@@ -56,6 +56,7 @@ set(LLVM_TOOLCHAIN_TOOLS
   llvm-objdump
   llvm-nm
   llvm-size
+  llvm-cxxfilt
   llvm-config
   CACHE STRING "")
 


        


More information about the cfe-commits mailing list