[PATCH] D20083: Add an c++ itanium demangler to llvm

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 08:14:46 PDT 2016


rafael updated this revision to Diff 69251.
rafael added a comment.

Fixed leak.
Added missing dependencies.
Renamed to llvm-cxxfilt to match llvm-cxxdump and avoid regex problems in lit.


https://reviews.llvm.org/D20083

Files:
  cmake/config-ix.cmake
  include/llvm/Config/config.h.cmake
  include/llvm/Demangle/Demangle.h
  lib/CMakeLists.txt
  lib/Demangle/CMakeLists.txt
  lib/Demangle/ItaniumDemangle.cpp
  lib/Demangle/LLVMBuild.txt
  lib/LLVMBuild.txt
  lib/Support/LLVMBuild.txt
  lib/Support/Unix/Signals.inc
  test/CMakeLists.txt
  test/Demangle/lit.local.cfg
  test/Demangle/simple.test
  test/lit.cfg
  test/tools/llvm-objdump/X86/macho-symbolized-disassembly.test
  tools/llvm-cxxfilt/CMakeLists.txt
  tools/llvm-cxxfilt/llvm-cxxfilt.cpp
  tools/llvm-objdump/CMakeLists.txt
  tools/llvm-objdump/LLVMBuild.txt
  tools/llvm-objdump/MachODump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20083.69251.patch
Type: text/x-patch
Size: 154685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160825/968f95d5/attachment-0001.bin>


More information about the llvm-commits mailing list