[cfe-commits] Many test failures.

Chris Lattner clattner at apple.com
Wed Dec 19 17:39:05 PST 2007


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



More information about the cfe-commits mailing list