mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Force triple; darwin's ASM syntax differs from linux's.
llvm-svn: 85676
This commit is contained in:
parent
534d2cb249
commit
2cc5f86d43
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
|
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s
|
||||||
|
|
||||||
define void @f1(i32 %a, i32 %b, i32* %v) {
|
define void @f1(i32 %a, i32 %b, i32* %v) {
|
||||||
entry:
|
entry:
|
||||||
|
Loading…
Reference in New Issue
Block a user