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 0f132d0 commit aef60c8Copy full SHA for aef60c8
.github/workflows/Windows.yml
@@ -191,7 +191,7 @@ jobs:
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 RelWithDebInfo --target clang clang-repl clangInterpreter --parallel ${{ env.ncpus }}
+ cmake --build . --config RelWithDebInfo --target clang clangInterpreter --parallel ${{ env.ncpus }}
195
}
196
cd ..\
197
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments