From 41489596392977197d046ca034685664a3f4afa4 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Mon, 1 May 2017 00:43:19 +0200 Subject: community/rust: move from testing --- community/rust/llvm-with-ffi.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/rust/llvm-with-ffi.patch (limited to 'community/rust/llvm-with-ffi.patch') diff --git a/community/rust/llvm-with-ffi.patch b/community/rust/llvm-with-ffi.patch new file mode 100644 index 0000000000..42b0895e75 --- /dev/null +++ b/community/rust/llvm-with-ffi.patch @@ -0,0 +1,16 @@ +From: Jakub Jirutka +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 +@@ -432,3 +432,6 @@ + mod llvmdeps { + include! { env!("CFG_LLVM_LINKAGE_FILE") } + } ++ ++#[link(name = "ffi")] ++extern {} -- cgit v1.2.3