Skip to content

Commit

Permalink
llvm: Include utility binaries in the 'install' target
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jun 13, 2017
1 parent 6b04d91 commit 45987a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm.be0
Original file line number Diff line number Diff line change
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 45987a8

Please sign in to comment.