8eb4986690
- Remove unmaintained ocaml support OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=27
15 lines
293 B
Diff
15 lines
293 B
Diff
--- tools/clang/lib/Basic/Version.cpp (revision 131788)
|
|
+++ tools/clang/lib/Basic/Version.cpp (working copy)
|
|
@@ -50,11 +50,7 @@
|
|
}
|
|
|
|
std::string getClangRevision() {
|
|
-#ifdef SVN_REVISION
|
|
return SVN_REVISION;
|
|
-#else
|
|
- return "";
|
|
-#endif
|
|
}
|
|
|
|
std::string getClangFullRepositoryVersion() {
|