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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 30 10:45:10 PST 2021


MaskRay added a comment.

The failure before the revert was:

  tools/lld/MachO/CMakeFiles/lldMachO.dir/Symbols.cpp.o: In function `lld::demangle(llvm::StringRef, bool)':

This affects common code and all ports may be affected. You can use `ninja check-lld` to test all ports. not just `check-lld-wasm` or `check-lld-elf`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116279



More information about the llvm-commits mailing list