[PATCH] D61377: [llvm-strip]Add --no-strip-all to disable --strip-all behaviour (including default stripping)
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 07:54:17 PDT 2019
MaskRay added inline comments.
================
Comment at: test/tools/llvm-objcopy/ELF/no-strip-all.test:7
+## Base case: no switches, should strip. Used as a sanity check for later test cases.
+# RUN: cp %t.o %t1.o
+# RUN: llvm-strip %t1.o
----------------
Replace `cp %t.o %t1.o` with `-o %t1.o`?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61377/new/
https://reviews.llvm.org/D61377
More information about the llvm-commits
mailing list