This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Implemented -no-rosegment.
ClosedPublic

Authored by grimar on Nov 19 2016, 12:55 PM.

Details

Summary

This is close to D26888, but implements only -no-rosegment flag.
This allows to reduce the changes.
So D26888 shows full version of functionality and can
be rebased if this one be landed.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 78640.Nov 19 2016, 12:55 PM
grimar retitled this revision from to [ELF] - Implemented -no-rosegment..
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777, emaste.
grimar updated this revision to Diff 79377.Nov 28 2016, 1:24 AM
  • Addressed review comments.
This revision was automatically updated to reflect the committed changes.