2016-03-09 06:32:53 +00:00
|
|
|
Index: cfe-3.8.0.src/lib/Basic/Version.cpp
|
2012-04-17 09:02:19 +00:00
|
|
|
===================================================================
|
2016-04-20 06:47:36 +00:00
|
|
|
--- cfe-3.8.0.src/lib/Basic/Version.cpp.orig
|
2016-03-09 06:32:53 +00:00
|
|
|
+++ cfe-3.8.0.src/lib/Basic/Version.cpp
|
2016-04-20 06:47:36 +00:00
|
|
|
@@ -72,19 +72,11 @@ std::string getLLVMRepositoryPath() {
|
2011-05-29 16:36:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
std::string getClangRevision() {
|
|
|
|
-#ifdef SVN_REVISION
|
|
|
|
return SVN_REVISION;
|
|
|
|
-#else
|
|
|
|
- return "";
|
|
|
|
-#endif
|
|
|
|
}
|
|
|
|
|
2012-04-17 09:02:19 +00:00
|
|
|
std::string getLLVMRevision() {
|
|
|
|
-#ifdef LLVM_REVISION
|
|
|
|
return LLVM_REVISION;
|
|
|
|
-#else
|
|
|
|
- return "";
|
|
|
|
-#endif
|
|
|
|
}
|
|
|
|
|
2011-05-29 16:36:18 +00:00
|
|
|
std::string getClangFullRepositoryVersion() {
|