Add a triple.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 30 Aug 2011 21:19:37 +0000 (21:19 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 30 Aug 2011 21:19:37 +0000 (21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138831 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/segmented-stacks.ll

index f905e02f9434b21395f670c4daa516ec81693311..3f0067e2926b3c72eab2d8f023c91f33ec37a99e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -segmented-stacks | FileCheck %s -check-prefix=X32
-; RUN: llc < %s -march=x86-64 -segmented-stacks | FileCheck %s -check-prefix=X64
+; RUN: llc < %s -mtriple=i686-linux -segmented-stacks | FileCheck %s -check-prefix=X32
+; RUN: llc < %s -mtriple=x86_64-linux  -segmented-stacks | FileCheck %s -check-prefix=X64
 
 ; Just to prevent the alloca from being optimized away
 declare void @dummy_use(i32*, i32)