[ELF][test] Change llvm-readobj --arm-attributes to --arch-specific after r373125
authorFangrui Song <maskray@google.com>
Mon, 30 Sep 2019 04:24:35 +0000 (04:24 +0000)
committerFangrui Song <maskray@google.com>
Mon, 30 Sep 2019 04:24:35 +0000 (04:24 +0000)
llvm-svn: 373178

lld/test/ELF/arm-attributes.s

index de7cdfc..4249dac 100644 (file)
@@ -3,11 +3,11 @@
 // RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t2.o
 
 // RUN: ld.lld %t1.o %t2.o -o %t
-// RUN: llvm-readobj --arm-attributes %t | FileCheck %s
+// RUN: llvm-readobj --arch-specific %t | FileCheck %s
 // RUN: ld.lld %t1.o %t2.o -shared -o %t2
-// RUN: llvm-readobj --arm-attributes %t2 | FileCheck %s
+// RUN: llvm-readobj --arch-specific %t2 | FileCheck %s
 // RUN: ld.lld %t1.o %t2.o -r -o %t3
-// RUN: llvm-readobj --arm-attributes %t3 | FileCheck %s
+// RUN: llvm-readobj --arch-specific %t3 | FileCheck %s
 
 // Check that we retain only 1 SHT_ARM_ATTRIBUTES section. At present we do not
 // try and merge or use the contents of SHT_ARM_ATTRIBUTES sections. We just