Skip to content

Commit

Permalink
Merge pull request #401 from mariux64/update-llvm-from-3.9.1-to-4.0.0
Browse files Browse the repository at this point in the history
Update LLVM and Clang from 3.9.1 to 4.0.0
  • Loading branch information
donald authored Jun 13, 2017
2 parents bd5c81e + 45987a8 commit e1b5e73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clang.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down
5 changes: 3 additions & 2 deletions llvm.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit e1b5e73

Please sign in to comment.