SJLJ is arm/darwin only for now. force the triple for the test
authorJim Grosbach <grosbach@apple.com>
Tue, 1 Sep 2009 02:34:49 +0000 (02:34 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 1 Sep 2009 02:34:49 +0000 (02:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80651 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/2009-08-31-LSDA-Name.ll

index ca669e1d0e3bdc466e389203019fa22786792b08..39a11ad3d45116f2ac4e5d479c088a983088d9e5 100644 (file)
@@ -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* }