[PATCH] D30987: [ARM] Fix triple format in test branch disassemble test
Andre Vieira via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 15 09:45:06 PDT 2017
avieira created this revision.
Herald added subscribers: rengolin, aemerson.
Fixing triple format in the tests added for the branch label fix for Thumb Targets.
https://reviews.llvm.org/D30987
Files:
test/MC/ARM/branch-disassemble.s
Index: test/MC/ARM/branch-disassemble.s
===================================================================
--- test/MC/ARM/branch-disassemble.s
+++ test/MC/ARM/branch-disassemble.s
@@ -1,9 +1,9 @@
-@ RUN: llvm-mc -mcpu=cortex-a9 -triple armv7.arm-none-eabi -filetype obj -o - %s \
-@ RUN: | llvm-objdump -mcpu=cortex-a9 -triple armv7.arm-none-eabi -d - \
+@ RUN: llvm-mc -mcpu=cortex-a9 -triple armv7-arm-none-eabi -filetype obj -o - %s \
+@ RUN: | llvm-objdump -mcpu=cortex-a9 -triple armv7-arm-none-eabi -d - \
@ RUN: | FileCheck %s -check-prefix CHECK-ARM
-@ RUN: llvm-mc -mcpu=cortex-m3 -triple thumbv7.arm-none-eabi -filetype obj -o - %s \
-@ RUN: | llvm-objdump -mcpu=cortex-m3 -triple thumbv7.arm-none-eabi -d - \
+@ RUN: llvm-mc -mcpu=cortex-m3 -triple thumbv7m-arm-none-eabi -filetype obj -o - %s \
+@ RUN: | llvm-objdump -mcpu=cortex-m3 -triple thumbv7m-arm-none-eabi -d - \
@ RUN: | FileCheck %s -check-prefix CHECK-THUMB
b.w .Lbranch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30987.91895.patch
Type: text/x-patch
Size: 979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170315/12e4a77b/attachment.bin>
More information about the llvm-commits
mailing list