diff options
Diffstat (limited to 'test/ELF/ppc64-local-exec-tls.s')
-rw-r--r-- | test/ELF/ppc64-local-exec-tls.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ELF/ppc64-local-exec-tls.s b/test/ELF/ppc64-local-exec-tls.s index ff8c2b90102c3..27e973dc4eb19 100644 --- a/test/ELF/ppc64-local-exec-tls.s +++ b/test/ELF/ppc64-local-exec-tls.s @@ -1,8 +1,8 @@ // REQUIRES: ppc // RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %s -o %t.o // RUN: ld.lld %t.o -o %t -// RUN: llvm-readelf -relocations --wide %t.o | FileCheck --check-prefix=InputRelocs %s -// RUN: llvm-objdump -D %t | FileCheck --check-prefix=Dis %s +// RUN: llvm-readelf -r %t.o | FileCheck --check-prefix=InputRelocs %s +// RUN: llvm-objdump -d %t | FileCheck --check-prefix=Dis %s .text .abiversion 2 |