* No changelog upstream - Update to version 3.7.0 * See http://llvm.org/releases/3.7.0/docs/ReleaseNotes.html - Merge aarch64-suse-support.patch into arm_suse_support.diff - Refresh arm_suse_support.diff, llvm-fix-find-gcc5-install.patch - Remove llvm-fix-parsearmarch.patch, upstream. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=419
25 lines
528 B
Diff
25 lines
528 B
Diff
Index: cfe-3.7.0.src/lib/Basic/Version.cpp
|
|
===================================================================
|
|
--- cfe-3.7.0.src/lib/Basic/Version.cpp
|
|
+++ cfe-3.7.0.src/lib/Basic/Version.cpp
|
|
@@ -66,19 +66,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() {
|