mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:18:28 +00:00
rebase of the patches
This commit is contained in:
parent
ec01862cde
commit
b582822015
@ -2,14 +2,14 @@
|
||||
lib/Support/CommandLine.cpp | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
Index: llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382/llvm/lib/Support/CommandLine.cpp
|
||||
Index: llvm-toolchain-snapshot_15~++20220608102131+032be2330928/llvm/lib/Support/CommandLine.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382.orig/llvm/lib/Support/CommandLine.cpp
|
||||
+++ llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382/llvm/lib/Support/CommandLine.cpp
|
||||
@@ -2423,6 +2423,10 @@ public:
|
||||
OS << " " << LLVM_VERSION_INFO;
|
||||
--- llvm-toolchain-snapshot_15~++20220608102131+032be2330928.orig/llvm/lib/Support/CommandLine.cpp
|
||||
+++ llvm-toolchain-snapshot_15~++20220608102131+032be2330928/llvm/lib/Support/CommandLine.cpp
|
||||
@@ -2469,6 +2469,10 @@ public:
|
||||
OS << "LLVM (http://llvm.org/):\n ";
|
||||
#endif
|
||||
OS << "\n ";
|
||||
OS << PACKAGE_NAME << " version " << PACKAGE_VERSION << "\n ";
|
||||
+#ifdef LLVM_DEBIAN_INFO
|
||||
+ OS << LLVM_DEBIAN_INFO;
|
||||
+#endif
|
||||
|
Loading…
Reference in New Issue
Block a user