diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/ELF/strip-debug-and-remove.test')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/ELF/strip-debug-and-remove.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-objcopy/ELF/strip-debug-and-remove.test b/llvm/test/tools/llvm-objcopy/ELF/strip-debug-and-remove.test index 5d2b0c7af95..d2d0b34d976 100644 --- a/llvm/test/tools/llvm-objcopy/ELF/strip-debug-and-remove.test +++ b/llvm/test/tools/llvm-objcopy/ELF/strip-debug-and-remove.test @@ -1,10 +1,10 @@ # RUN: yaml2obj %s > %t # RUN: cp %t %t1 -# RUN: llvm-strip -strip-debug -remove-section=.text.bar %t -# RUN: llvm-readobj -file-headers -sections -symbols %t | FileCheck %s +# RUN: llvm-strip --strip-debug --remove-section=.text.bar %t +# RUN: llvm-readobj --file-headers --sections --symbols %t | FileCheck %s -# RUN: llvm-objcopy -strip-debug -remove-section=.text.bar %t1 %t1 +# RUN: llvm-objcopy --strip-debug --remove-section=.text.bar %t1 %t1 # RUN: cmp %t %t1 !ELF |