]> granicus.if.org Git - clang/commit
Driver: Don't forward any -g options to GCC, when using it to drive the
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Aug 2010 16:14:14 +0000 (16:14 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Aug 2010 16:14:14 +0000 (16:14 +0000)
commit2dffe2d9d631fefd79d4999f6ffe7ac0d70882b1
tree90cf7bb1d7dd55a251d11a2f474b6f2bfeb07105
parent1d715ac14bf440664fb0d1425ea882274f994f57
Driver: Don't forward any -g options to GCC, when using it to drive the
assembler.
 - Fixes PR6218, hopefully.

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