This is an archive of the discontinued LLVM Phabricator instance.

[Bugpoint] Do not create illegal function attribute combos
ClosedPublic

Authored by greened on Oct 28 2019, 11:42 AM.

Details

Summary

If a function requires optnone to trigger a crash, it must also have noline,
otherwise it will fail a verifier check.

Diff Detail

Event Timeline

greened created this revision.Oct 28 2019, 11:42 AM
sebpop accepted this revision.Oct 28 2019, 12:33 PM

Looks good to me. Thanks!

This revision is now accepted and ready to land.Oct 28 2019, 12:33 PM
This revision was automatically updated to reflect the committed changes.