diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-09-01 02:34:49 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-09-01 02:34:49 +0000 |
commit | 46e0faa81c5a4fa24efe614d5ecddb0e61c077aa (patch) | |
tree | abe333fc767336cd9e6708221792b334e6a63763 | |
parent | 27830e39c4e960a5c372deedfcd082d6393d9355 (diff) |
SJLJ is arm/darwin only for now. force the triple for the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80651 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/2009-08-31-LSDA-Name.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll index ca669e1d0e..39a11ad3d4 100644 --- a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll +++ b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=arm -f | FileCheck %s +; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin9 -march=arm -f | FileCheck %s %struct.A = type { i32* } |