>> *** 0 **** >> --- 1,27 ---- >> + ; RUN: llvm-as < %s | llc -march=x86 | %prcontext "jg LBB1_5" 1 >> | grep "LBB1_4:" > > Are you sure that "grep" is right?
Ah, the problem is that "L" is the prefix for darwin, linux uses "." IIRC. Try changing the greps to "jg .*LBB1_5" and "BB1_4:". -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits