diff --git a/clang.be0 b/clang.be0 index 7e3067724..3f01ae19f 100755 --- a/clang.be0 +++ b/clang.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION clang-3.9.1-0 +# BEE_VERSION clang-4.0.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) diff --git a/llvm.be0 b/llvm.be0 index c874d938b..4828e2e23 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION llvm-3.9.1-0 +# BEE_VERSION llvm-4.0.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -57,7 +57,8 @@ mee_configure() { bee_configure \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_BUILD_LLVM_DYLIB=ON \ - -DLLVM_TARGETS_TO_BUILD="X86;AMDGPU" + -DLLVM_TARGETS_TO_BUILD="X86;AMDGPU" \ + -DLLVM_INSTALL_UTILS=ON } #mee_build() {