Skip to content

Commit e9cf04d

Browse files
committed
Fix lit path
1 parent 6a7e5a9 commit e9cf04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ test -f "$llvm_dir/llvm-$llvm_hash"/llvm.tgz || get_llvm
2424
cmake -S . -G Ninja -B build \
2525
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
2626
-DMLIR_DIR=$llvm_dir/lib/cmake/mlir \
27-
-DLLVM_EXTERNAL_LIT=$llvm_dir/bin/llvm-lit1
27+
-DLLVM_EXTERNAL_LIT=$(which lit)
2828
cmake --build build --parallel $(nproc)

0 commit comments

Comments
 (0)