This is an archive of the discontinued LLVM Phabricator instance.

[mips] Correct label prefixes for N32 and N64.
ClosedPublic

Authored by dsanders on Jul 15 2016, 9:10 AM.

Details

Summary

N32 and N64 follow the standard ELF conventions (.L) whereas O32 uses its own
($).

This fixes the majority of object differences between -fintegrated-as and
-fno-integrated-as.

The DataLayout change will need a trivial corresponding change in clang. This
will be committed along with this patch.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 64146.Jul 15 2016, 9:10 AM
dsanders retitled this revision from to [mips] Correct label prefixes for N32 and N64..
dsanders updated this object.
dsanders added a reviewer: sdardis.
dsanders added a subscriber: llvm-commits.
sdardis accepted this revision.Jul 19 2016, 2:04 AM
sdardis edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 19 2016, 2:04 AM
This revision was automatically updated to reflect the committed changes.