]> granicus.if.org Git - clang/commit
Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part
authorDaniel Dunbar <daniel@zuster.org>
Tue, 29 Jun 2010 16:38:33 +0000 (16:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 29 Jun 2010 16:38:33 +0000 (16:38 +0000)
commitb5e2f698accd4d3a1379983304a2f31ec194c332
tree7d73a4b2921898f55ea24b2a6723901bb28b999e
parentfe8ec01bba74f6841576a2ee93d2c62cdfa4eff2
Driver/Darwin: Only run dsymutil when we are also compiling/assembling as part
of the compilation.
 - <rdar://problem/8141387> clang is always invoking dsymutil

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