projects
/
llvm-toolchain-6.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee9288
)
Debian-version-info-and-bugreport
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sat, 9 Mar 2019 06:10:15 +0000
(06:10 +0000)
committer
Mo Zhou
<cdluminate@gmail.com>
Sat, 9 Mar 2019 06:10:15 +0000
(06:10 +0000)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch
lib/Support/CommandLine.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/CommandLine.cpp
b/lib/Support/CommandLine.cpp
index d95b791972c896e93507658487be1e17d72adc6b..39483f2c78e42d950f30508dd4a135eeef96cd6f 100644
(file)
--- a/
lib/Support/CommandLine.cpp
+++ b/
lib/Support/CommandLine.cpp
@@
-2103,6
+2103,10
@@
public:
OS << " " << LLVM_VERSION_INFO;
#endif
OS << "\n ";
+#ifdef LLVM_DEBIAN_INFO
+ OS << LLVM_DEBIAN_INFO;
+#endif
+ OS << "\n ";
#ifndef __OPTIMIZE__
OS << "DEBUG build";
#else