summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-08-02 18:33:29 +0000
committerChad Rosier <mcrosier@apple.com>2011-08-02 18:33:29 +0000
commitedbb3ef9022cacaefcad748edfbddbc1a6a65920 (patch)
tree8b4043d432ba154375b1029f8bf3342a86c3b10b /clang/lib/Driver/Driver.cpp
parent3b65ed0a5cbc0ad711174f4f0dc9585141e71aaa (diff)
downloadbcm5719-llvm-edbb3ef9022cacaefcad748edfbddbc1a6a65920.tar.gz
bcm5719-llvm-edbb3ef9022cacaefcad748edfbddbc1a6a65920.zip
Temporarily revert parts of r136702 to make cmake builds happy.
Someone with more cmake experience want to throw me a bone? :) llvm-svn: 136709
Diffstat (limited to 'clang/lib/Driver/Driver.cpp')
-rw-r--r--clang/lib/Driver/Driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index fc2ec673e3f..9ecfb7c5ba2 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/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 to " BUG_REPORT_URL " and include command"
- " line arguments and all diagnostic information.";
+ << "Please submit a bug report and include command line arguments and "
+ "all diagnostic information.";
// Suppress driver output and emit preprocessor output to temp file.
CCCIsCPP = true;
OpenPOWER on IntegriCloud