]> granicus.if.org Git - clang/commit
Fix an assertion failure when invoking dsymutil.
authorBob Wilson <bob.wilson@apple.com>
Fri, 21 Feb 2014 00:20:07 +0000 (00:20 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 21 Feb 2014 00:20:07 +0000 (00:20 +0000)
commitf234364a86161ed5c9d91dab2ef7e39a81ea669e
tree7a11b2633fcb9ac2e6403235fb115fec5ba9db85
parenteea6674f33e53bdbb55ada491f8bfdb13a1725e1
Fix an assertion failure when invoking dsymutil.

There is no bound architecture for the dsymutil action in the driver. Trying
to check various properties of the target will cause an assertion failure
because the target doesn't get initialized without a bound architecture.
<rdar://problem/16111555>

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