From cc5a6f8d404e0d8995271e81843ff20eca5923b8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Jun 2017 08:37:28 +0200 Subject: [PATCH 1/3] llvm: Update version from 3.9.1 to 4.0.0 --- llvm.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.be0 b/llvm.be0 index c874d938b..3e5b5a31e 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.) From 6b04d9133d9ba8b28dadf07d75f6dc16ba020786 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Jun 2017 08:39:49 +0200 Subject: [PATCH 2/3] clang: Update version from 3.9.1 to 4.0.0 --- clang.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) From 45987a8e0c5b00220efee4d470fd67be7f48aaff Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Jun 2017 09:08:54 +0200 Subject: [PATCH 3/3] llvm: Include utility binaries in the 'install' target --- llvm.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm.be0 b/llvm.be0 index 3e5b5a31e..4828e2e23 100755 --- a/llvm.be0 +++ b/llvm.be0 @@ -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() {