[llvm-commits] [llvm] r170719 - in /llvm/trunk/test/MC: ARM/AlignedBundling/ X86/AlignedBundling/
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Dec 20 13:07:05 PST 2012
On Dec 20, 2012, at 11:56 AM, Eli Bendersky <eliben at google.com> wrote:
> On Thu, Dec 20, 2012 at 11:48 AM, Eli Bendersky <eliben at google.com> wrote:
>> On Thu, Dec 20, 2012 at 11:43 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>>>
>>> On Dec 20, 2012, at 11:07 AM, Eli Bendersky <eliben at google.com> wrote:
>>>
>>>> +# RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - |& FileCheck %s
>>>
>>> <multiple files>
>>>
>>> I don't think lit supports that redirection syntax. Please use … 2>&1 | FileCheck
>>>
>>
>> Is this something that fails on MachO ?
Yes.
> Anyhow I fixed this in r170726, just in case it's causing trouble to
> anyone. It would be nice for |& to work instead, though :-)
Thanks.
/jakob
More information about the llvm-commits
mailing list