Skip to content

Commit

Permalink
Update build_test_cpp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Sep 3, 2024
1 parent 4c45b4b commit ef7c7ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_tools/build_test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ CMAKE_ARGS="\
if [ -d "${llvm_install_dir}" ]; then
CMAKE_ARGS="$CMAKE_ARGS \
-DIREE_BUILD_BUNDLED_LLVM=OFF \
-DCMAKE_PREFIX_PATH=$llvm_install_dir"
-DClang_DIR=$llvm_install_dir/lib/cmake/clang \
-DLLD_DIR=$llvm_install_dir/lib/cmake/lld \
-DMLIR_DIR=$llvm_install_dir/lib/cmake/mlir \
-DLLVM_DIR=$llvm_install_dir/lib/cmake/llvm"
fi

if [[ "$OSTYPE" != "darwin"* ]]; then
Expand Down

0 comments on commit ef7c7ff

Please sign in to comment.