This is an archive of the discontinued LLVM Phabricator instance.

lld-link: Run conflict-mangled.test on all systems
ClosedPublic

Authored by thakis on Mar 18 2019, 9:45 AM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

thakis created this revision.Mar 18 2019, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 18 2019, 9:45 AM
ruiu accepted this revision.Mar 18 2019, 9:47 AM

LGTM

This revision is now accepted and ready to land.Mar 18 2019, 9:47 AM

Ah, it was here because when rL288992 was written we still used UnDecorateSymbolName() for demangling. Now we use LLVM's microsoftDemangle() which is cross-platform.

This revision was automatically updated to reflect the committed changes.