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

Bob Wilson bob.wilson at apple.com
Wed Apr 4 00:09:55 PDT 2012


On Apr 1, 2012, at 4:50 PM, Chandler Carruth wrote:

> 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?

grumble, grumbleā€¦.  I added one in r154001

There are actually a few tests for this stuff already, but more importantly, it should all be going away soon.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120404/fbd843d7/attachment.html>


More information about the cfe-commits mailing list