projects
/
llvm-toolchain-5.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fd09d7
)
Debian-version-info-and-bugreport
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sun, 6 May 2018 15:42:16 +0000
(16:42 +0100)
committer
Peter Wu
<peter@lekensteyn.nl>
Sun, 6 May 2018 15:42:16 +0000
(16:42 +0100)
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 8eeb685a18a9a5f9a42608f6ca1623d5591ef037..05c511989dd49f80e02cd3ecf45d6cf92b4eae8c 100644
(file)
--- a/
lib/Support/CommandLine.cpp
+++ b/
lib/Support/CommandLine.cpp
@@
-2058,6
+2058,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