summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-09-30 04:24:35 +0000
committerFangrui Song <maskray@google.com>2019-09-30 04:24:35 +0000
commit4006434ed1d1f9f513644ea3e83bb949277ee351 (patch)
tree6ab00070f9add60bf6b6cc056994f7e67b68be9c
parent1b0ea0a12e7ff375c158435e243db9d21edcaf33 (diff)
downloadbcm5719-llvm-4006434ed1d1f9f513644ea3e83bb949277ee351.tar.gz
bcm5719-llvm-4006434ed1d1f9f513644ea3e83bb949277ee351.zip
[ELF][test] Change llvm-readobj --arm-attributes to --arch-specific after r373125
llvm-svn: 373178
-rw-r--r--lld/test/ELF/arm-attributes.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/lld/test/ELF/arm-attributes.s b/lld/test/ELF/arm-attributes.s
index de7cdfc550b..4249dac26f4 100644
--- a/lld/test/ELF/arm-attributes.s
+++ b/lld/test/ELF/arm-attributes.s
@@ -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
OpenPOWER on IntegriCloud