mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
23 lines
842 B
Diff
23 lines
842 B
Diff
Index: llvm-toolchain_3.3~svn176083/clang/lib/Basic/Version.cpp
|
|
===================================================================
|
|
--- llvm-toolchain_3.3~svn176083.orig/clang/lib/Basic/Version.cpp 2012-12-04 10:13:33.000000000 +0100
|
|
+++ llvm-toolchain_3.3~svn176083/clang/lib/Basic/Version.cpp 2013-02-26 14:09:55.000000000 +0100
|
|
@@ -15,6 +15,7 @@
|
|
#include "clang/Basic/LLVM.h"
|
|
#include "llvm/Config/config.h"
|
|
#include "llvm/Support/raw_ostream.h"
|
|
+#include "clang/Debian/debian_path.h"
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
|
|
@@ -117,7 +118,8 @@
|
|
#ifdef CLANG_VENDOR
|
|
OS << CLANG_VENDOR;
|
|
#endif
|
|
- OS << "clang version " CLANG_VERSION_STRING " "
|
|
+ OS << "clang version " CLANG_VERSION_STRING "-" DEB_PATCHSETVERSION " "
|
|
+
|
|
<< getClangFullRepositoryVersion();
|
|
|
|
// If vendor supplied, include the base LLVM version as well.
|