2014-09-04 18:28:42 +02:00
|
|
|
Index: cfe-3.5.0.src/lib/Basic/Version.cpp
|
2012-04-17 11:02:19 +02:00
|
|
|
===================================================================
|
2014-09-04 18:28:42 +02:00
|
|
|
--- cfe-3.5.0.src/lib/Basic/Version.cpp
|
|
|
|
+++ cfe-3.5.0.src/lib/Basic/Version.cpp
|
2012-04-17 11:02:19 +02:00
|
|
|
@@ -66,19 +66,11 @@ std::string getLLVMRepositoryPath() {
|
2011-05-29 18:36:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
std::string getClangRevision() {
|
|
|
|
-#ifdef SVN_REVISION
|
|
|
|
return SVN_REVISION;
|
|
|
|
-#else
|
|
|
|
- return "";
|
|
|
|
-#endif
|
|
|
|
}
|
|
|
|
|
2012-04-17 11:02:19 +02:00
|
|
|
std::string getLLVMRevision() {
|
|
|
|
-#ifdef LLVM_REVISION
|
|
|
|
return LLVM_REVISION;
|
|
|
|
-#else
|
|
|
|
- return "";
|
|
|
|
-#endif
|
|
|
|
}
|
|
|
|
|
2011-05-29 18:36:18 +02:00
|
|
|
std::string getClangFullRepositoryVersion() {
|