[PATCH] D100405: Ship `llvm-cxxfilt` in the toolchain.

Dan Liew via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 13 11:56:51 PDT 2021


delcypher created this revision.
delcypher added reviewers: steven_wu, arphaman, dexonsmith.
Herald added subscribers: yaxunl, mgorny.
delcypher requested review of this revision.
Herald added a project: clang.

Originally done for rdar://problem/57155465.

rdar://76602859


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100405

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


Index: clang/cmake/caches/Apple-stage2.cmake
===================================================================
--- clang/cmake/caches/Apple-stage2.cmake
+++ clang/cmake/caches/Apple-stage2.cmake
@@ -56,6 +56,7 @@
   llvm-objdump
   llvm-nm
   llvm-size
+  llvm-cxxfilt
   llvm-config
   CACHE STRING "")
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100405.337223.patch
Type: text/x-patch
Size: 308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210413/ea49df6d/attachment.bin>


More information about the cfe-commits mailing list