We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7e5a9 commit e9cf04dCopy full SHA for e9cf04d
scripts/compile.sh
@@ -24,5 +24,5 @@ test -f "$llvm_dir/llvm-$llvm_hash"/llvm.tgz || get_llvm
24
cmake -S . -G Ninja -B build \
25
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
26
-DMLIR_DIR=$llvm_dir/lib/cmake/mlir \
27
- -DLLVM_EXTERNAL_LIT=$llvm_dir/bin/llvm-lit1
+ -DLLVM_EXTERNAL_LIT=$(which lit)
28
cmake --build build --parallel $(nproc)
0 commit comments