mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 11:06:17 +00:00

0044-soname.diff,23-strlcpy_strlcat_warning_removed.diff, 26-set-correct-float-abi.diff,atomic_library_[12].diff, fix-clang-path-and-build.diff,fix-lldb-server-build,lldb-libname.diff, lldb-soname.diff,mips-fpxx-enable.diff,removeduplicatedeclaration.diff}: Refreshed. * debian/patches/{silent-gold-utils,kfreebsd-support}.diff: Updated.
18 lines
378 B
Diff
18 lines
378 B
Diff
---
|
|
lib/Support/CommandLine.cpp | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
--- a/lib/Support/CommandLine.cpp
|
|
+++ b/lib/Support/CommandLine.cpp
|
|
@@ -2046,6 +2046,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
|