This is an archive of the discontinued LLVM Phabricator instance.

[ExecutionEngine] Correct the size of a write in a COFF i386 relocation
ClosedPublic

Authored by xiaobai on Oct 12 2017, 6:43 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

xiaobai created this revision.Oct 12 2017, 6:43 PM
smeenai accepted this revision.Oct 12 2017, 6:47 PM

Looks like a pretty simple and obvious fix.

This revision is now accepted and ready to land.Oct 12 2017, 6:47 PM

Thanks for the review @smeenai! I don't have commit access, would you mind committing this for me?

I can commit it for you, but I remembered that this should probably include a test case, assuming that there are tests set up for this functionality (and I hope there are).

xiaobai updated this revision to Diff 118967.Oct 13 2017, 1:21 PM

Updated the test to ensure that this functionality is tested.

xiaobai updated this revision to Diff 118968.Oct 13 2017, 1:26 PM

Replacing uses of space with tab where appropriate.

Thanks to @compnerd for the help with the test case. :)

This revision was automatically updated to reflect the committed changes.