| commit | f8cf1611e33009029956ff76318f1176825e5bf5 | [log] [tgz] |
|---|---|---|
| author | Bob Wilson <bob.wilson@apple.com> | Fri Feb 21 00:20:07 2014 +0000 |
| committer | Bob Wilson <bob.wilson@apple.com> | Fri Feb 21 00:20:07 2014 +0000 |
| tree | 12bc83d4bb8b5e398560d7a5e658862a6c9736da | |
| parent | 45d71a271554ff183629e7451ada8f440a20654c [diff] |
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> llvm-svn: 201830