]> granicus.if.org Git - clang/commit
Filter a few more options not recognized by gcc. <rdar://problem/10814020>
authorBob Wilson <bob.wilson@apple.com>
Tue, 7 Feb 2012 01:17:55 +0000 (01:17 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 7 Feb 2012 01:17:55 +0000 (01:17 +0000)
commit2872c8d5465623c1207b17873f228f5d96038d5e
treef65d605d1baa8d59cf5fa7b7f944772645257649
parent88ce85fa4f397e02084b07f221df5944bbf6d456
Filter a few more options not recognized by gcc.  <rdar://problem/10814020>

These are new options that gcc doesn't recognize so the clang driver needs
to remove them when it falls back to invoking gcc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149951 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp