]> granicus.if.org Git - llvm/commit
[llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-unneeded.
authorMartin Storsjo <martin@martin.st>
Mon, 14 Jan 2019 18:56:47 +0000 (18:56 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 14 Jan 2019 18:56:47 +0000 (18:56 +0000)
commit7c395d1b358a949e4cc8f69762dff5bfa244ca70
treec42fc47b7201ad2e57607a18bbbdb05e524d4ae9
parentf718430ce402592f0f1ee09e7f4bf8d37e4787c0
[llvm-objcopy] [COFF] Remove unreferenced undefined externals with --strip-unneeded.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351099 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/COFF/Inputs/discard-locals.yaml
test/tools/llvm-objcopy/COFF/discard-all.test
test/tools/llvm-objcopy/COFF/strip-unneeded.test
tools/llvm-objcopy/COFF/COFFObjcopy.cpp