diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-08-02 18:33:29 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-08-02 18:33:29 +0000 |
commit | edbb3ef9022cacaefcad748edfbddbc1a6a65920 (patch) | |
tree | 8b4043d432ba154375b1029f8bf3342a86c3b10b /clang/lib/Driver/Driver.cpp | |
parent | 3b65ed0a5cbc0ad711174f4f0dc9585141e71aaa (diff) | |
download | bcm5719-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.cpp | 4 |
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; |