r210238 - Changing this line of code back to the way it was before Alp's config.h clean up changes.

Puyan Lotfi puyan at puyan.org
Wed Jun 4 21:29:21 PDT 2014


Author: zer0
Date: Wed Jun  4 23:29:21 2014
New Revision: 210238

URL: http://llvm.org/viewvc/llvm-project?rev=210238&view=rev
Log:
Changing this line of code back to the way it was before Alp's config.h clean up changes.
I've already spoken to Alp and he signed off on making this one change, so that our buildbots
go green in the short term.

Modified:
    cfe/trunk/lib/Basic/Version.cpp

Modified: cfe/trunk/lib/Basic/Version.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Version.cpp?rev=210238&r1=210237&r2=210238&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Version.cpp (original)
+++ cfe/trunk/lib/Basic/Version.cpp Wed Jun  4 23:29:21 2014
@@ -13,6 +13,7 @@
 
 #include "clang/Basic/Version.h"
 #include "clang/Basic/LLVM.h"
+#include "llvm/Config/config.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cstdlib>
 #include <cstring>





More information about the cfe-commits mailing list