mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-25 05:10:56 +00:00
ARM: add at least one real test for r242123.
The ones committed were orthogonal to the change and would have passed before that revision. What it *did* do was prevent an assertion failure when generating object files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a36268215f
commit
18ec07dece
10
test/CodeGen/ARM/Windows/trivial-gnu-object.ll
Normal file
10
test/CodeGen/ARM/Windows/trivial-gnu-object.ll
Normal file
@ -0,0 +1,10 @@
|
||||
; RUN: llc -mtriple=thumbv7-windows-itanium -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
|
||||
; RUN: llc -mtriple=thumbv7-windows-gnu -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
|
||||
|
||||
define void @foo() {
|
||||
; CHECK: file format COFF-ARM
|
||||
|
||||
; CHECK-LABEL: foo:
|
||||
; CHECK: bx lr
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user