[cfe-commits] Many test failures.
Ted Kremenek
kremenek at apple.com
Wed Dec 19 20:27:04 PST 2007
On Dec 19, 2007, at 5:39 PM, Chris Lattner wrote:
>
> On Dec 19, 2007, at 4:57 PM, Fariborz Jahanian wrote:
>
>> It looks like piping to clang no longer works.
>>
>> [imac86:fariborz/radars/LLVM] fjahania% clang -rewrite-test undecl-
>> objc-h.m > junk.c
>> [imac86:fariborz/radars/LLVM] fjahania% clang junk.c
>> [imac86:fariborz/radars/LLVM] fjahania% clang -rewrite-test undecl-
>> objc-h.m | clang
>> Segmentation fault
>
> This is likely to be Ted's doing: clang t.c works, "cat t.c | clang"
> gets an illegal instruction. I think this is the right fix:
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20071217/003532.html
>
> All tests pass now,
>
> -Chris
Thanks for fixing this Chris. Incidentally, I thought I ran the test
suite before I checked in the code with the bug. I guess I missed
this one. Sorry for the trouble.
More information about the cfe-commits
mailing list