diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll b/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll index f04e053b2e0..db86a0dcfc8 100644 --- a/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll +++ b/llvm/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll @@ -1,5 +1,5 @@ ; RUN: llc %s -mtriple=armv7-linux-gnueabi -filetype=obj -o - | \ -; RUN: llvm-readobj -s -t | FileCheck -check-prefix=OBJ %s +; RUN: llvm-readobj -S -t | FileCheck -check-prefix=OBJ %s ; RUN: llc %s -mtriple=armv7-linux-gnueabi -o - | \ ; RUN: FileCheck -check-prefix=ASM %s |