[llvm-commits] [llvm] r170719 - in /llvm/trunk/test/MC: ARM/AlignedBundling/ X86/AlignedBundling/

Eli Bendersky eliben at google.com
Thu Dec 20 11:56:32 PST 2012


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 ?
>

Anyhow I fixed this in r170726, just in case it's causing trouble to
anyone. It would be nice for |& to work instead, though :-)

Eli




More information about the llvm-commits mailing list