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 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'llvm'
|
# Template file for 'llvm'
|
||||||
pkgname=llvm
|
pkgname=llvm
|
||||||
version=3.9.0
|
version=3.9.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="llvm-${version}.src"
|
wrksrc="llvm-${version}.src"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
-DCMAKE_BUILD_TYPE=Release
|
||||||
-DLLVM_BUILD_LLVM_DYLIB=ON
|
-DLLVM_BUILD_LLVM_DYLIB=ON
|
||||||
-DLLVM_LINK_LLVM_DYLIB=ON
|
-DLLVM_LINK_LLVM_DYLIB=OFF
|
||||||
-DLLVM_DYLIB_EXPORT_ALL=ON
|
-DLLVM_DYLIB_EXPORT_ALL=ON
|
||||||
-DLLVM_ENABLE_RTTI=ON
|
-DLLVM_ENABLE_RTTI=ON
|
||||||
-DLLVM_ENABLE_FFI=ON
|
-DLLVM_ENABLE_FFI=ON
|
||||||
|
|
Loading…
Reference in a new issue