This is an archive of the discontinued LLVM Phabricator instance.

lld-link: Implement /INTEGRITYCHECK flag
ClosedPublic

Authored by thakis on May 29 2018, 5:13 AM.

Details

Reviewers
ruiu
Summary

/INTEGRITYCHECK has the effect of setting IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY. Fixes PR31066.

(I was going through old bugs and noticed that bug. I don't need this flag at the moment, but it was easy to implement, so I figured I'd just add it.)

Diff Detail

Event Timeline

thakis created this revision.May 29 2018, 5:13 AM
ruiu accepted this revision.May 29 2018, 4:11 PM

LGTM

This revision is now accepted and ready to land.May 29 2018, 4:11 PM
thakis closed this revision.May 31 2018, 6:47 AM

r333652, thanks!