This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Reviewers
compnerd
smeenai
Summary

We want to be writing a 32bit value, so we should be writing 4 bytes
instead of 2.

Event Timeline

xiaobai created this revision.Oct 12 2017, 6:24 PM
smeenai requested changes to this revision.Oct 12 2017, 6:29 PM

Looks like a pretty small and obvious fix to me. However, you should reupload this patch and add llvm-commits as a subscriber, so that an email gets sent out to the mailing list.

This revision now requires changes to proceed.Oct 12 2017, 6:29 PM

(as in, create a new differential. Adding llvm-commits to this one won't trigger an email with the patch contents, I believe.)

xiaobai abandoned this revision.Oct 12 2017, 6:36 PM

I'll do just that. Thanks!