[PATCH] D56839: [llvm-objcopy] [COFF] Implement --strip-debug

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 17 11:33:58 PST 2019


mstorsjo marked 4 inline comments as done.
mstorsjo added inline comments.


================
Comment at: test/tools/llvm-objcopy/COFF/strip-debug.test:1
+RUN: yaml2obj %p/Inputs/strip-sections.yaml > %t.in.o
+
----------------
jhenderson wrote:
> Are you planning on using this yaml file for other tests? Otherwise, it seems confusingly named.
I meant to use it for multiple tests, but it was enough with one, as all these switches turned out to do the same for sections. Will fix.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56839/new/

https://reviews.llvm.org/D56839





More information about the llvm-commits mailing list