From dd9aab5ab8ca0c4e94e1854fa2be5bc2fdcd33e9 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Sat, 11 Jan 2025 12:54:05 +1000 Subject: dev-lang/rust{,-bin}: drop 1.54.0 This was re-added to the tree to support bootstrap from source, but has been superseded by 1.74.1 for this. Signed-off-by: Matt Jolly --- .../rust/files/llvm/12/cstdint-signals-h.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 dev-lang/rust/files/llvm/12/cstdint-signals-h.patch (limited to 'dev-lang/rust/files/llvm/12') diff --git a/dev-lang/rust/files/llvm/12/cstdint-signals-h.patch b/dev-lang/rust/files/llvm/12/cstdint-signals-h.patch deleted file mode 100644 index 1945372c4d0d..000000000000 --- a/dev-lang/rust/files/llvm/12/cstdint-signals-h.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://gitweb.gentoo.org/fork/llvm-project.git/commit/llvm/include/llvm/Support/Signals.h?h=gentoo-15.0.7-r7&id=ff1681ddb303223973653f7f5f3f3435b48a1983 -From: Sergei Trofimovich -Date: Mon, 23 May 2022 08:03:23 +0100 -Subject: [Support] Add missing header to Signals.h - -Without the change llvm build fails on this week's gcc-13 snapshot as: - - [ 0%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o - In file included from llvm/lib/Support/Signals.cpp:14: - llvm/include/llvm/Support/Signals.h:119:8: error: variable or field 'CleanupOnSignal' declared void - 119 | void CleanupOnSignal(uintptr_t Context); - | ^~~~~~~~~~~~~~~ ---- a/src/llvm-project/llvm/include/llvm/Support/Signals.h -+++ b/src/llvm-project/llvm/include/llvm/Support/Signals.h -@@ -14,6 +14,7 @@ - #ifndef LLVM_SUPPORT_SIGNALS_H - #define LLVM_SUPPORT_SIGNALS_H - -+#include - #include - - namespace llvm { --- -cgit v1.2.3-65-gdbad -- cgit v1.2.3