This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy] [COFF] Add a testcase for patching the debug directory. NFC.
ClosedPublic

Authored by mstorsjo on Jan 17 2019, 1:45 PM.

Details

Summary

The debug directory contains the address of itself in raw file address, which is updated on write. Add a testcase for this existing functionality.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jan 17 2019, 1:45 PM
rupprecht accepted this revision.Jan 18 2019, 11:02 AM
This revision is now accepted and ready to land.Jan 18 2019, 11:02 AM
This revision was automatically updated to reflect the committed changes.