rebase of the patches

This commit is contained in:
Sylvestre Ledru 2022-06-08 10:26:50 +02:00
parent ec01862cde
commit b582822015

View File

@ -2,14 +2,14 @@
lib/Support/CommandLine.cpp | 4 ++++ lib/Support/CommandLine.cpp | 4 ++++
1 file changed, 4 insertions(+) 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_15~++20220608102131+032be2330928.orig/llvm/lib/Support/CommandLine.cpp
+++ llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382/llvm/lib/Support/CommandLine.cpp +++ llvm-toolchain-snapshot_15~++20220608102131+032be2330928/llvm/lib/Support/CommandLine.cpp
@@ -2423,6 +2423,10 @@ public: @@ -2469,6 +2469,10 @@ public:
OS << " " << LLVM_VERSION_INFO; OS << "LLVM (http://llvm.org/):\n ";
#endif #endif
OS << "\n "; OS << PACKAGE_NAME << " version " << PACKAGE_VERSION << "\n ";
+#ifdef LLVM_DEBIAN_INFO +#ifdef LLVM_DEBIAN_INFO
+ OS << LLVM_DEBIAN_INFO; + OS << LLVM_DEBIAN_INFO;
+#endif +#endif