summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s
diff options
context:
space:
mode:
authorIvan Krasin <krasin@chromium.org>2017-01-13 16:45:15 +0000
committerIvan Krasin <krasin@chromium.org>2017-01-13 16:45:15 +0000
commit1ed7896c1b656276bc3b495ecbca3096dd5781ab (patch)
tree620385ecb80c4e685d518dc2f1cabecb61f2fc3c /llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s
parente4bbd88116c5600bffe65b4ce295d2aa57b1e1df (diff)
downloadbcm5719-llvm-1ed7896c1b656276bc3b495ecbca3096dd5781ab.tar.gz
bcm5719-llvm-1ed7896c1b656276bc3b495ecbca3096dd5781ab.zip
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Summary: Revert [ARM] Fix ubig32_t read in ARMAttributeParser Now using support functions to read data instead of trying to perform casts. =========================================================== Revert [ARM] Enable objdump to construct triple for ARM Now that The ARMAttributeParser has been moved into the library, it has been modified so that it can parse the attributes without printing them and stores them in a map. ELFObjectFile now queries the attributes to fill out the architecture details of a provided triple for 'arm' and 'thumb' targets. llvm-objdump uses this new functionality. Subscribers: llvm-commits, samparker, aemerson, mgorny Differential Revision: https://reviews.llvm.org/D28683 llvm-svn: 291911
Diffstat (limited to 'llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s')
-rw-r--r--llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s b/llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s
deleted file mode 100644
index 8f6ff57e0ff..00000000000
--- a/llvm/test/tools/llvm-objdump/ARM/v7m-subarch.s
+++ /dev/null
@@ -1,10 +0,0 @@
-@ RUN: llvm-mc < %s -triple armv7m-elf -filetype=obj | llvm-objdump -triple=thumb -d - | FileCheck %s
-
-.arch armv7m
-
-umlal:
-umlal r0, r1, r2, r3
-
-@ CHECK-LABEL: umlal
-@ CHECK: e2 fb 03 01 umlal r0, r1, r2, r3
-
OpenPOWER on IntegriCloud