llvm: hotfix: turn -DLLVM_LINK_LLVM_DYLIB=OFF.
With ON, calling opt, llc, lli results in a error, and lld crashes on a free. This bloats the package from 149MB to 560MB, so a proper fix would be appreciated.
This commit is contained in:
parent
ae28dfd36b
commit
b7b6c837ae
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'llvm'
|
||||
pkgname=llvm
|
||||
version=3.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="llvm-${version}.src"
|
||||
lib32disabled=yes
|
||||
build_style=cmake
|
||||
configure_args="
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DLLVM_BUILD_LLVM_DYLIB=ON
|
||||
-DLLVM_LINK_LLVM_DYLIB=ON
|
||||
-DLLVM_LINK_LLVM_DYLIB=OFF
|
||||
-DLLVM_DYLIB_EXPORT_ALL=ON
|
||||
-DLLVM_ENABLE_RTTI=ON
|
||||
-DLLVM_ENABLE_FFI=ON
|
||||
|
|
Loading…
Reference in New Issue
Block a user