[PATCH] D59497: lld-link: Run conflict-mangled.test on all systems
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 09:48:59 PDT 2019
thakis added a comment.
Ah, it was here because when rL288992 <https://reviews.llvm.org/rL288992> was written we still used UnDecorateSymbolName() for demangling. Now we use LLVM's microsoftDemangle() which is cross-platform.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59497/new/
https://reviews.llvm.org/D59497
More information about the llvm-commits
mailing list