From 4006434ed1d1f9f513644ea3e83bb949277ee351 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 30 Sep 2019 04:24:35 +0000 Subject: [PATCH] [ELF][test] Change llvm-readobj --arm-attributes to --arch-specific after r373125 llvm-svn: 373178 --- lld/test/ELF/arm-attributes.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lld/test/ELF/arm-attributes.s b/lld/test/ELF/arm-attributes.s index de7cdfc..4249dac 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 -- 2.7.4