[PATCH] D57217: llvm-objcopy: Add support for -g as an alias for --strip-debug
Douglas Yung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 20:52:13 PST 2019
dyung added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/ELF/symtab-link.test:4
# RUN: llvm-readobj --sections %t2 | FileCheck %s
+# RUN: llvm-objcopy %t %t2g
+# RUN: llvm-readobj --sections %t2g | FileCheck %s
----------------
alexshap wrote:
> what is this second run for ? appears to be exactly the same as the line 2
Whoops, I don't know why I added those, it was unnecessary. I'll remove them. Thanks for catching that.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57217/new/
https://reviews.llvm.org/D57217
More information about the llvm-commits
mailing list