]> granicus.if.org Git - clang/commit
Driver/Darwin: Don't pass -demangle to the linker when we know it is going to
authorDaniel Dunbar <daniel@zuster.org>
Tue, 7 Sep 2010 17:07:49 +0000 (17:07 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 7 Sep 2010 17:07:49 +0000 (17:07 +0000)
commitbcf1da8ff6ab007a23a8d1be8e950d92cee4241e
treeb73845f2535f34430e7049dabe897e8fb43de9df
parentfbc5b49322577e03ed780dcdf5be514871ec381d
Driver/Darwin: Don't pass -demangle to the linker when we know it is going to
use ld_classic. This is a temporary workaround, the linkr itself should handle
this.

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