Relax dwarf line fragments. This fixes a crash in the included testcase.
[oota-llvm.git] / test / CodeGen / PowerPC / varargs.ll
index 813ec2246349161a9cd08ea052270cd9d3e1b351..1769be957ac42a16f20c8acbddea28c5762ca29b 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=ppc32 | FileCheck -check-prefix=P32 %s
-; RUN: llc < %s -march=ppc64 | FileCheck -check-prefix=P64 %s
+; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=P32 %s
+; RUN: llc < %s -mtriple=powerpc64-apple-darwin | FileCheck -check-prefix=P64 %s
 
 ; PR8327
 define i8* @test1(i8** %foo) nounwind {