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 2313dbc commit 4038265Copy full SHA for 4038265
.github/workflows/Windows.yml
@@ -191,6 +191,8 @@ jobs:
191
-DLLVM_BUILD_LLVM_DYLIB=On `
192
-DCMAKE_ASM_MASM_COMPILER=llvm-ml `
193
-DCMAKE_ASM_MASM_FLAGS="-m64" `
194
+ -DCMAKE_CXX_COMPILER=clang-cl `
195
+ -DCMAKE_C_COMPILER=clang-cl `
196
..\llvm
197
cmake --build . --config Release --target clang clangInterpreter clangStaticAnalyzerCore --parallel ${{ env.ncpus }}
198
}
0 commit comments