Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rengolin committed Feb 13, 2024
1 parent 2e65f96 commit e038ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildkite/build_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LLVM_INSTALL_DIR=$(add_device_extensions ${LLVM_INSTALL_DIR} ${GPU})
# If there's another process building it, wait.
# Otherwise, make the dir quickly so others don't attempt at the same time
if [ -d ${LLVM_INSTALL_DIR} ]; then
wait_for_file ${LLVM_INSTALL_DIR} bin/mlir-opt
wait_for_file "${LLVM_INSTALL_DIR}" "bin/mlir-opt"
echo "LLVM built by another process, results in ${LLVM_INSTALL_DIR}"
exit 0
else
Expand Down

0 comments on commit e038ac0

Please sign in to comment.