This is an archive of the discontinued LLVM Phabricator instance.

Only create an alias for @@@ once we know if it should use @ or @@
ClosedPublic

Authored by espindola on Mar 9 2018, 8:52 AM.

Details

Reviewers
pcc
vitalybuka

Diff Detail

Event Timeline

espindola created this revision.Mar 9 2018, 8:52 AM
vitalybuka accepted this revision.Mar 9 2018, 10:23 AM

LGTM, but this patch does not yet resolves the test from: https://reviews.llvm.org/D44274 . Is this expected?

lib/MC/ELFObjectWriter.cpp
402
= Rest.substr(Symbol.isUndefined() ? 2 : 1);
This revision is now accepted and ready to land.Mar 9 2018, 10:23 AM
espindola closed this revision.Mar 9 2018, 10:45 AM

LGTM, but this patch does not yet resolves the test from: https://reviews.llvm.org/D44274 . Is this expected?

Yes, the idea was for this to be almost a pure cleanup.

r327160.