From f47c287854062f542ba3850d856790a97d80fbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 29 Oct 2018 15:52:44 +0300 Subject: [PATCH] llvm build change for rust --- programming/build/llvm/actions.py | 3 ++- programming/build/llvm/pspec.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index 36ecd8c4c4..38c58cd592 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -64,7 +64,8 @@ def setup(): %s \ -DLLVM_ENABLE_FFI=ON \ -DLLVM_BUILD_DOCS=OFF \ - -DBUILD_SHARED_LIBS=ON \ + -DLLVM_BUILD_LLVM_DYLIB=ON \ + -DLLVM_LINK_LLVM_DYLIB=ON \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_INCLUDEDIR=/usr/include \ -DLLVM_ENABLE_ASSERTIONS=OFF \ diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index a54ace5b35..2b27f7cadc 100644 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -202,7 +202,7 @@ - 2018-07-25 + 2018-10-29 5.0.1 Version bump. Ertuğrul Erata