mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 02:31:26 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea4fe48b22
commit
466a7dea9b
@ -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…
x
Reference in New Issue
Block a user