From b58282201500db5d9d6ace15983e9d4b7622c660 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 8 Jun 2022 10:26:50 +0200 Subject: [PATCH] rebase of the patches --- .../0003-Debian-version-info-and-bugreport.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/0003-Debian-version-info-and-bugreport.patch b/debian/patches/0003-Debian-version-info-and-bugreport.patch index 0de4a206..3fbb78ea 100644 --- a/debian/patches/0003-Debian-version-info-and-bugreport.patch +++ b/debian/patches/0003-Debian-version-info-and-bugreport.patch @@ -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