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 e539687 commit e28257dCopy full SHA for e28257d
scripts/compile.sh
@@ -140,6 +140,7 @@ cmake -S . -G Ninja -B build \
140
-DMLIR_DIR=$MLIR_DIR \
141
-DLLVM_EXTERNAL_LIT=$LIT_PATH \
142
-DFETCHCONTENT_BASE_DIR=$FETCH_DIR \
143
- -DGC_DEV_LINK_LLVM_DYLIB=$DYLIB
+ -DGC_DEV_LINK_LLVM_DYLIB=$DYLIB \
144
+ -DGC_BENCH_ENABLE=ON
145
146
cmake --build build --parallel $(nproc)
scripts/correctness.sh
@@ -1,7 +1,7 @@
1
#! /bin/bash
2
3
pip uninstall -y benchgc || true
4
-pip install -y build/test/benchgc/dist/benchgc-*.whl
+pip install build/test/benchgc/dist/benchgc-*.whl
5
6
# need to import tools as a package
7
export PYTHONPATH=$(pwd)
0 commit comments