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 96f22f8 commit 7bdb739Copy full SHA for 7bdb739
.github/workflows/release-binaries.yml
@@ -273,7 +273,7 @@ jobs:
273
cmake -G Ninja -S llvm -B build \
274
${{ needs.prepare.outputs.target-cmake-flags }} \
275
-DLLVM_RELEASE_ENABLE_PROJECTS="mlir" \
276
- -DLLVM_RELEASE_ENABLE_RUTNIMES="" \
+ -DLLVM_RELEASE_ENABLE_RUNTIMES="" \
277
-DLLVM_RELEASE_FINAL_STAGE_TARGETS="check-mlir" \
278
-C clang/cmake/caches/Release.cmake
279
- name: Build and Test
0 commit comments