[PATCH] D116279: [lld] Add support for other demanglers other than Itanium

Luís Ferreira via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 30 12:09:08 PST 2021


ljmf00 updated this revision to Diff 396705.
ljmf00 added a comment.
Herald added a subscriber: mgorny.

I finally reproduced this locally. The buildbot is configured with BUILD_SHARED_LIBS and my builds are built without it and use LLVM_LINK_LLVM_DYLIB and CLANG_LINK_CLANG_DYLIB respectively. Since I made lld::demangle symbol inline, `Demangle` LLVM component was missing on MachO. I added that component to the link list on CMakeLists.txt.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116279/new/

https://reviews.llvm.org/D116279

Files:
  lld/COFF/Symbols.cpp
  lld/Common/Strings.cpp
  lld/ELF/SymbolTable.cpp
  lld/ELF/Symbols.cpp
  lld/MachO/CMakeLists.txt
  lld/MachO/Symbols.cpp
  lld/include/lld/Common/Strings.h
  lld/test/ELF/undef.s
  lld/wasm/Symbols.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116279.396705.patch
Type: text/x-patch
Size: 7463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211230/dc11be0a/attachment.bin>


More information about the llvm-commits mailing list