From 207941559ddce18b7b0cfeb09b7fab673233c4da Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 20 May 2018 10:23:04 +0200 Subject: community/rust: upgrade to 1.26.0 Also switch to LLVM 5. Upstream switched right to LLVM 6, but we don't have it yet. --- community/rust/llvm-with-ffi.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/rust/llvm-with-ffi.patch') diff --git a/community/rust/llvm-with-ffi.patch b/community/rust/llvm-with-ffi.patch index 42b0895e75..b3dd209dc9 100644 --- a/community/rust/llvm-with-ffi.patch +++ b/community/rust/llvm-with-ffi.patch @@ -7,9 +7,9 @@ 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") } +@@ -422,3 +422,6 @@ + } + } } + +#[link(name = "ffi")] -- cgit v1.2.3