diff options
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/strip-all.test')
| -rw-r--r-- | llvm/test/tools/llvm-objcopy/strip-all.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objcopy/strip-all.test b/llvm/test/tools/llvm-objcopy/strip-all.test index bc01835a4cb..8c0f7489134 100644 --- a/llvm/test/tools/llvm-objcopy/strip-all.test +++ b/llvm/test/tools/llvm-objcopy/strip-all.test @@ -35,6 +35,10 @@ # RUN: llvm-strip --strip-all %t8 # RUN: cmp %t2 %t8 +# RUN: cp %t %t9 +# RUN: llvm-objcopy -S %t9 %t9 +# RUN: cmp %t2 %t9 + # Verify that a non-existent symbol table (after first call to llvm-strip) # can be handled correctly. # RUN: cp %t %t9 |

