mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-11 13:37:07 +00:00
test: add additional test for SVN r225507
Add an additional test case to ensure that we generate the relocation even if the thumb target is used. llvm-svn: 225509
This commit is contained in:
parent
91d3faf645
commit
a49e5cd052
@ -1,4 +1,6 @@
|
||||
@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-objdump -r - \
|
||||
@ RUN: | FileCheck %s
|
||||
@ RUN: llvm-mc -triple thumbv7-eabi -filetype obj -o - %s | llvm-objdump -r - \
|
||||
@ RUN: | FileCheck %s
|
||||
|
||||
.syntax unified
|
||||
|
Loading…
Reference in New Issue
Block a user