Relax dwarf line fragments. This fixes a crash in the included testcase.
[oota-llvm.git] / test / CodeGen / PowerPC / big-endian-formal-args.ll
index 1e19f5f3d79ca7f51d3b9f70ac32df745ace0645..e46e1ec8d775fa551552855413a75030f3e826e5 100644 (file)
@@ -1,7 +1,11 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {li 6, 3}
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {li 4, 2}
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {li 3, 0}
-; RUN: llvm-as < %s | llc -march=ppc32 | grep {mr 5, 3}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {li 6, 3}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {li 4, 2}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {li 3, 0}
+; RUN: llc < %s -march=ppc32 -mtriple=powerpc-unknown-linux-gnu | \
+; RUN:   grep {mr 5, 3}
 
 declare void @bar(i64 %x, i64 %y)