[cfe-commits] Many test failures.
Chris Lattner
clattner at apple.com
Wed Dec 19 20:52:34 PST 2007
On Dec 19, 2007, at 8:27 PM, Ted Kremenek wrote:
> 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.
Not a problem, stuff happens. I'm usually the one at blame after
all ;-)
-Chris
More information about the cfe-commits
mailing list