f08dbfb441
Update to llvm 3.8.1 Many other fixes and cleanups OBS-URL: https://build.opensuse.org/request/show/425075 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=467
25 lines
533 B
Diff
25 lines
533 B
Diff
Index: cfe-3.8.1.src/lib/Basic/Version.cpp
|
|
===================================================================
|
|
--- cfe-3.8.1.src/lib/Basic/Version.cpp.orig
|
|
+++ cfe-3.8.1.src/lib/Basic/Version.cpp
|
|
@@ -72,19 +72,11 @@ std::string getLLVMRepositoryPath() {
|
|
}
|
|
|
|
std::string getClangRevision() {
|
|
-#ifdef SVN_REVISION
|
|
return SVN_REVISION;
|
|
-#else
|
|
- return "";
|
|
-#endif
|
|
}
|
|
|
|
std::string getLLVMRevision() {
|
|
-#ifdef LLVM_REVISION
|
|
return LLVM_REVISION;
|
|
-#else
|
|
- return "";
|
|
-#endif
|
|
}
|
|
|
|
std::string getClangFullRepositoryVersion() {
|