diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-08-02 20:44:34 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-08-02 20:44:34 +0000 |
commit | fc6142779f42058b4a39a29b6209a01a6de9fe7c (patch) | |
tree | 1548e1ec2a8cb55de82bea40a9050f6c5ddffd46 /lib/Driver/Driver.cpp | |
parent | f23a0ff5816cb099aea8c9e06ac8654c360cf668 (diff) |
Fix cmake for r136702 (at least for the most part). Chandler has been kind
enough to offer to investigate the underlying issue. Thanks to Doug for his
assistance as well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r-- | lib/Driver/Driver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp index 9ecfb7c5ba..fc2ec673e3 100644 --- a/lib/Driver/Driver.cpp +++ b/lib/Driver/Driver.cpp @@ -373,8 +373,8 @@ Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) { void Driver::generateCompilationDiagnostics(Compilation &C, const Command *FailingCommand) { Diag(clang::diag::note_drv_command_failed_diag_msg) - << "Please submit a bug report and include command line arguments and " - "all diagnostic information."; + << "Please submit a bug report to " BUG_REPORT_URL " and include command" + " line arguments and all diagnostic information."; // Suppress driver output and emit preprocessor output to temp file. CCCIsCPP = true; |