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 e734b4d commit c743ecaCopy full SHA for c743eca
.github/workflows/Windows.yml
@@ -188,6 +188,8 @@ jobs:
188
-DCLANG_ENABLE_ARCMT=OFF `
189
-DLLVM_ENABLE_PLUGINS=On `
190
-DLLVM_BUILD_LLVM_DYLIB_VIS=On `
191
+ -DLLVM_BUILD_LLVM_DYLIB=On `
192
+ -DLLVM_LINK_LLVM_DYLIB=On `
193
-DCLANG_LINK_CLANG_DYLIB=On -DCMAKE_ASM_MASM_COMPILER=llvm-ml -DCMAKE_ASM_MASM_FLAGS="-m64" ..\llvm
194
cmake --build . --config Release --target clang clangInterpreter clangStaticAnalyzerCore --parallel ${{ env.ncpus }}
195
}
0 commit comments