[cfe-commits] r153854 - /cfe/trunk/lib/Driver/Tools.cpp

Chandler Carruth chandlerc at google.com
Sun Apr 1 16:50:31 PDT 2012


On Sun, Apr 1, 2012 at 4:03 PM, Bob Wilson <bob.wilson at apple.com> wrote:

> Ignore unused --serialize-diagnostics option when using llvm-gcc.
>
> llvm-gcc doesn't handle --serialize-diagnostics so when compiling i386
> kernel/kext code with -Werror, you get an error about that option being
> unused.  Claim the argument to prevent this from breaking builds.
> <rdar://problem/11161933>
>

I realize that most of the llvm-gcc invoking logic is untested, but can we
start with a testcase here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120401/db6bb17a/attachment.html>


More information about the cfe-commits mailing list