[llvm-commits] Patch: remove extra llvm-gcc output for unsupported builtin
Bill Wendling
isanbard at gmail.com
Mon Dec 15 21:31:58 PST 2008
Applied. Thanks, Bob!
-bw
On Dec 15, 2008, at 1:03 PM, Bob Wilson wrote:
> 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?
>
> <llvm-error.patch>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list