This is an archive of the discontinued LLVM Phabricator instance.

[mips] Add support -m(no-)embedded-data option
ClosedPublic

Authored by sdardis on Jul 26 2017, 1:58 PM.

Details

Summary

Add support for the -membedded-data option which places constant data in
the .rodata section, rather than the .sdata section.

Event Timeline

sdardis created this revision.Jul 26 2017, 1:58 PM
This revision is now accepted and ready to land.Jul 31 2017, 3:40 PM
This revision was automatically updated to reflect the committed changes.