[PATCH] D125732: [lld-macho] Demangle symbol name in export error msg when -demangle is specified

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 16 18:32:21 PDT 2022


thakis added a comment.

Linker behavior, including error output order, should be deterministic. (This allows caching results etc)

So it's not the test that's bad, it's the code.

I'd advise reverting and fixing async.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125732



More information about the llvm-commits mailing list