]> granicus.if.org Git - clang/commit
clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Aug 2013 11:51:51 +0000 (11:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Aug 2013 11:51:51 +0000 (11:51 +0000)
commit3c6c822327af1ed37de93cfd6cf8d85ae7709cac
treee8a3f9bce322b01f6d6338dea399f7c34a500f38
parentfab968ff4953fce326b1e2e83a064382dec8fa51
clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld.

AFAIK, there are no -W options for gcc-as and gcc-ld.
It caused failure to build clang with gcc-4.7 on cygwin.

FIXME: Could we recategorize Options for gcc-as and gcc-ld?

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