This is an archive of the discontinued LLVM Phabricator instance.

opt: Rename -default-data-layout flag to -data-layout and make it always override the layout.
ClosedPublic

Authored by pcc on Feb 15 2017, 5:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Feb 15 2017, 5:18 PM
pcc added a comment.Feb 15 2017, 7:25 PM

It makes the test I'm adding in D30017 a little simpler. It means that I don't need to specify the data layout each time if I only need to override it in one test.

This revision is now accepted and ready to land.Feb 15 2017, 7:28 PM
This revision was automatically updated to reflect the committed changes.