Skip to content

Commit

Permalink
Fix build-llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor committed Mar 17, 2020
1 parent 32065c7 commit 13e2676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-llvm
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function configure_llvm {
mkdir -p $build_dir
cd $build_dir
echo "Starting build LLVM-$llvm_version"
hash ccache && ccache_enable=ON || ccache_enable=OFF
hash ccache &>/dev/null && ccache_enable=ON || ccache_enable=OFF
cmake $source_dir \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_TARGETS_TO_BUILD="X86" \
Expand Down

0 comments on commit 13e2676

Please sign in to comment.