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 0d2faa7 commit 5690729Copy full SHA for 5690729
.github/workflows/ci_mlir_plugin.yml
@@ -118,13 +118,13 @@ jobs:
118
if [ -z "$BUILD_DIR" ]; then
119
BUILD_DIR="build"
120
fi
121
-
+
122
# Verify lit is installed, install if missing
123
if ! command -v lit &> /dev/null; then
124
echo "lit not found, installing..."
125
python -m pip install lit
126
127
128
cmake -S . \
129
-B "$BUILD_DIR" \
130
-DLLVM_EXTERNAL_LIT=$(which lit) \
0 commit comments