mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 11:33:58 +00:00
remove old an old and useless patch
This commit is contained in:
parent
9ea3878d01
commit
e9022e33bc
@ -1,19 +0,0 @@
|
||||
---
|
||||
lib/Support/CommandLine.cpp | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
Index: llvm-toolchain-snapshot_14~++20210910110407+146ec74a8382/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;
|
||||
#endif
|
||||
OS << "\n ";
|
||||
+#ifdef LLVM_DEBIAN_INFO
|
||||
+ OS << LLVM_DEBIAN_INFO;
|
||||
+#endif
|
||||
+ OS << "\n ";
|
||||
#if LLVM_IS_DEBUG_BUILD
|
||||
OS << "DEBUG build";
|
||||
#else
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,5 +1,4 @@
|
||||
# Debian versions
|
||||
0003-Debian-version-info-and-bugreport.patch
|
||||
clang-format-version.diff
|
||||
clang-analyzer-force-version.diff
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user