[cfe-commits] Many test failures.
Ted Kremenek
kremenek at apple.com
Wed Dec 19 20:24:07 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
>
>
> - Fariborz
>
Fariborz,
This is likely due to changes I made to SourceManager today that
introduced an infinite recursion when reading from STDIN. Chris
applied a fix:
http://llvm.org/viewvc/llvm-project?rev=45248&view=rev
Are you still seeing problems?
Ted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20071219/7e209717/attachment.html>
More information about the cfe-commits
mailing list