mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
5fe5b3dcc8
More updating of tests to be explicit about the target triple rather than relying on the default target triple supporting ARM mode. Indicate to lit that object emission is not yet available for Windows on ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205545 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
137 B
LLVM
7 lines
137 B
LLVM
; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
|
|
|
|
define i64 @test_i64_arg3(i64 %a1, i64 %a2, i64 %a3) {
|
|
ret i64 %a3
|
|
}
|
|
|