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 8e85527 commit b555cbaCopy full SHA for b555cba
.github/workflows/Windows.yml
@@ -154,6 +154,7 @@ jobs:
154
-DLLVM_ENABLE_TERMINFO=OFF `
155
-DLLVM_ENABLE_LIBXML2=OFF `
156
-DLLVM_BUILD_LLVM_DYLIB_VIS=On `
157
+ -DLLVM_DYLIB_COMPONENTS="BinaryFormat;Core;Object;OrcJit;Support;FrontendDriver;OrcDebugging;Coverage;FrontendHLSL;LTO;clangCodeGen;clangStaticAnalyzerCore" `
158
-DLLVM_LINK_LLVM_DYLIB=On `
159
-DCLANG_LINK_CLANG_DYLIB=On -DCMAKE_ASM_MASM_COMPILER=llvm-ml -DCMAKE_ASM_MASM_FLAGS="-m64" ..\llvm
160
cmake --build . --config Release --target clang --parallel ${{ env.ncpus }}
0 commit comments