This is an archive of the discontinued LLVM Phabricator instance.

Bring back the ability opt out of padding zero-byte functions by not providing a nop instruction.
ClosedPublic

Authored by dsanders on Apr 23 2017, 7:03 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders created this revision.Apr 23 2017, 7:03 AM

Hi Hans,

r301047 broke one of our out-of-tree targets by removing the opt-out that was available in the previous version of the code. Would it be possible to bring it back?

hans edited edge metadata.Apr 24 2017, 8:26 AM

Sure, but it's pretty much guaranteed to break again if there is no test..

Thanks. Hopefully it won't break very often.

This revision was automatically updated to reflect the committed changes.