[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 11:05:27 PST 2021


ljmf00 added a comment.

In D116279#3214173 <https://reviews.llvm.org/D116279#3214173>, @MaskRay wrote:

> 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`

I've done it but only with "X86" on LLVM_TARGETS_TO_BUILD, since this can reduce build times. I've done a clean build with `all` targets and additionally the WebAssembly experimental target and the testsuite ran successfully with `ninja check-lld`. That said, I can't reproduce the issue in my environment. I can investigate further, but I don't have a PowerPC64 environment.


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