[llvm-objcopy] [COFF] Add a testcase for patching the debug directory. NFC.
commite13ca2fa96aa6e97c06eb70b768132a855cd1e6e
authorMartin Storsjo <martin@martin.st>
Sat, 19 Jan 2019 19:42:27 +0000 (19 19:42 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 19 Jan 2019 19:42:27 +0000 (19 19:42 +0000)
tree653fb607077f5c760808596bed39bd113839667c
parentb5c83a6cdf67c96c1a38da9b938b1b4ca2ed3102
[llvm-objcopy] [COFF] Add a testcase for patching the debug directory. NFC.

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

Differential Revision: https://reviews.llvm.org/D56876

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351659 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/COFF/patch-debug-dir.test [new file with mode: 0644]