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 efcea6d commit 2351a07Copy full SHA for 2351a07
.github/workflows/Windows.yml
@@ -190,7 +190,7 @@ jobs:
190
-DLLVM_BUILD_LLVM_DYLIB=On `
191
-DLLVM_LINK_LLVM_DYLIB=On `
192
-DCLANG_LINK_CLANG_DYLIB=On -DCMAKE_ASM_MASM_COMPILER=llvm-ml -DCMAKE_ASM_MASM_FLAGS="-m64" ..\llvm
193
- cmake --build . --config RelWithDebInfo --target clang clang-repl --parallel ${{ env.ncpus }}
+ cmake --build . --config RelWithDebInfo --target clang clang-repl clangInterpreter --parallel ${{ env.ncpus }}
194
}
195
cd ..\
196
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments