From 46e0faa81c5a4fa24efe614d5ecddb0e61c077aa Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 1 Sep 2009 02:34:49 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM/2009-08-31-LSDA-Name.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll b/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll index ca669e1d0e3..39a11ad3d45 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* }