diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-02-01 18:30:26 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-02-01 18:30:26 +0000 |
commit | 75dbc717c21a662b7836ed34cc4e7da7b8fa33c0 (patch) | |
tree | c2fa369785cde7602a50b011d063af863bb8a0d0 /lib/Driver/Tools.h | |
parent | a5236b93ddd9de6a15d4fdab96e262108f63e116 (diff) |
[driver] Don't try to generate diagnostic information for dsymutil crashes.
Part of rdar://13134273
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174203 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Tools.h')
-rw-r--r-- | lib/Driver/Tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h index a2b3c07b0c..f4aebd8bd2 100644 --- a/lib/Driver/Tools.h +++ b/lib/Driver/Tools.h @@ -278,6 +278,7 @@ namespace darwin { "dsymutil", TC) {} virtual bool hasIntegratedCPP() const { return false; } + virtual bool isDsymutilJob() const { return true; } virtual void ConstructJob(Compilation &C, const JobAction &JA, const InputInfo &Output, |