diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-31 19:54:06 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-31 19:54:06 +0000 |
| commit | 6ef6fe1c316d5c00a0defa2c1c2eaca70efae32e (patch) | |
| tree | 35dbd9e14ffe61dd3c5b5637f0cc31c217107011 /llvm/test | |
| parent | 5d994048dde32bf0a92376204960c1b8719b2d72 (diff) | |
| download | bcm5719-llvm-6ef6fe1c316d5c00a0defa2c1c2eaca70efae32e.tar.gz bcm5719-llvm-6ef6fe1c316d5c00a0defa2c1c2eaca70efae32e.zip | |
Force triple; darwin's ASM syntax differs from linux's.
llvm-svn: 85676
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-branch.ll b/llvm/test/CodeGen/Thumb2/thumb2-branch.ll index 1fd3f12839c..129838457b2 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-branch.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-branch.ll @@ -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: |

