summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/strip-debug.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/strip-debug.s')
-rw-r--r--lld/test/ELF/strip-debug.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/test/ELF/strip-debug.s b/lld/test/ELF/strip-debug.s
index 4075fe604e6..81f7572aa7c 100644
--- a/lld/test/ELF/strip-debug.s
+++ b/lld/test/ELF/strip-debug.s
@@ -5,6 +5,8 @@
# RUN: llvm-readobj -sections -symbols %t2 | FileCheck -check-prefix=DEFAULT %s
# RUN: ld.lld %t -o %t2 --strip-debug
# RUN: llvm-readobj -sections -symbols %t2 | FileCheck -check-prefix=STRIP %s
+# RUN: ld.lld %t -o %t2 -S
+# RUN: llvm-readobj -sections -symbols %t2 | FileCheck -check-prefix=STRIP %s
# RUN: ld.lld %t -o %t2 --strip-all
# RUN: llvm-readobj -sections -symbols %t2 | FileCheck -check-prefix=STRIP %s
OpenPOWER on IntegriCloud