diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index 38c58cd592..36ecd8c4c4 100644 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -64,8 +64,7 @@ def setup(): %s \ -DLLVM_ENABLE_FFI=ON \ -DLLVM_BUILD_DOCS=OFF \ - -DLLVM_BUILD_LLVM_DYLIB=ON \ - -DLLVM_LINK_LLVM_DYLIB=ON \ + -DBUILD_SHARED_LIBS=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 2b27f7cadc..a54ace5b35 100644 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -202,7 +202,7 @@ - 2018-10-29 + 2018-07-25 5.0.1 Version bump. Ertuğrul Erata