[PATCH] Merge the directive-eabi_attribute.s and directive-eabi_attribute-2.s tests.
Renato Golin
renato.golin at linaro.org
Sun Nov 2 03:33:37 PST 2014
================
Comment at: test/MC/ARM/directive-eabi_attribute.s:3
@@ -1,3 +2,3 @@
@ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
-@ RUN: | llvm-readobj -s -sd | FileCheck %s
+@ RUN: | llvm-readobj -s -sd | FileCheck %s --check-prefix=CHECK-OBJ
----------------
You can use
llvm-readobj -arm-attributes
That'll give you a better textual output and a more expressive test to CHECK on.
http://reviews.llvm.org/D6021
More information about the llvm-commits
mailing list