[llvm-commits] Patch: remove extra llvm-gcc output for unsupported builtin

Bob Wilson bob.wilson at apple.com
Mon Dec 15 13:03:34 PST 2008


I noticed that llvm-gcc emits some extra information before an error  
message for an unsupported builtin.  It appears to be left over debug  
output.  This patch removes the extra output, since this is an error  
that may occur in practice (as opposed to an internal assertion that  
should never occur) and the message is not something a user should see  
(at least in its current form).  Is this OK to commit?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-error.patch
Type: application/octet-stream
Size: 552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081215/d96f322c/attachment.obj>
-------------- next part --------------



More information about the llvm-commits mailing list