Skip to content

Commit e28257d

Browse files
committed
fix script
1 parent e539687 commit e28257d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/compile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ cmake -S . -G Ninja -B build \
140140
-DMLIR_DIR=$MLIR_DIR \
141141
-DLLVM_EXTERNAL_LIT=$LIT_PATH \
142142
-DFETCHCONTENT_BASE_DIR=$FETCH_DIR \
143-
-DGC_DEV_LINK_LLVM_DYLIB=$DYLIB
143+
-DGC_DEV_LINK_LLVM_DYLIB=$DYLIB \
144+
-DGC_BENCH_ENABLE=ON
144145

145146
cmake --build build --parallel $(nproc)

scripts/correctness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/bash
22

33
pip uninstall -y benchgc || true
4-
pip install -y build/test/benchgc/dist/benchgc-*.whl
4+
pip install build/test/benchgc/dist/benchgc-*.whl
55

66
# need to import tools as a package
77
export PYTHONPATH=$(pwd)

0 commit comments

Comments
 (0)