diff options
Diffstat (limited to 'community/rust/llvm-with-ffi.patch')
-rw-r--r-- | community/rust/llvm-with-ffi.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/rust/llvm-with-ffi.patch b/community/rust/llvm-with-ffi.patch deleted file mode 100644 index b3dd209dc9..0000000000 --- a/community/rust/llvm-with-ffi.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Jakub Jirutka <jakub@jirutka.cz> -Date: Thu, 04 Aug 2016 17:53:00 +0200 -Subject: [PATCH] Workaround for external LLVM built with LLVM_ENABLE_FFI - -Workaround for problem with LLVM_ENABLE_FFI described in -https://github.com/rust-lang/rust/issues/34486. - ---- a/src/librustc_llvm/lib.rs -+++ b/src/librustc_llvm/lib.rs -@@ -422,3 +422,6 @@ - } - } - } -+ -+#[link(name = "ffi")] -+extern {} |