1
0
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:
Benjamin Kramer 2009-10-31 19:54:06 +00:00
parent 534d2cb249
commit 2cc5f86d43

View File

@ -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) {
entry: