[llvm] r179456 - Further generalize this scheduler test.

Tim Northover t.p.northover at gmail.com
Mon Apr 15 08:51:43 PDT 2013


>> The RUN line of this test is missing a '<' between llc and %s which is
>> causing the generated .s file to stick around. Patch attached.
>
> The interleaving of stdout and stderr is nondeterministic. Given that
> the test contains CHECK-NEXT lines, it's probably best not to mix them
> (e.g. replace "2>&1" with "2>1"). Other than that it looks ok to me.

I've committed a variant of this change as r179532.

Tim.



More information about the llvm-commits mailing list