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 d47a014 commit 2313dbcCopy full SHA for 2313dbc
.github/workflows/Windows.yml
@@ -176,7 +176,7 @@ jobs:
176
}
177
cd build
178
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
179
- cmake - G Ninja -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" `
+ cmake -G Ninja -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" `
180
-DLLVM_TARGETS_TO_BUILD="${{ matrix.llvm_targets_to_build }}" `
181
-DCMAKE_BUILD_TYPE=Release `
182
-DLLVM_ENABLE_ASSERTIONS=ON `
0 commit comments