[llvm-objcopy] [COFF] Add a testcase for patching the debug directory. NFC.
commit65866eb3aa6f09544a6afca127fd816fc5188606
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
parenta495c9ae6fb3367e6b59d8d245273ed3669754f0
[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]