[PATCH] D46407: [tools] Introduce llvm-strip
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 10:17:47 PDT 2018
alexshap added inline comments.
================
Comment at: llvm/trunk/test/tools/llvm-objcopy/strip-debug.test:13
+
+# RUN: not llvm-strip -strip-debug 2>&1 | FileCheck %s --check-prefix=NO-INPUT-FILES
+
----------------
jhenderson wrote:
> This should probably be a distinct test that doesn't use any command-line options (similar to the basic-copy style tests for objcopy).
ok, i'll send a follow-up diff today
Repository:
rL LLVM
https://reviews.llvm.org/D46407
More information about the llvm-commits
mailing list