We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e1a55 commit a8f3e3aCopy full SHA for a8f3e3a
.github/workflows/Windows.yml
@@ -200,7 +200,7 @@ jobs:
200
-DLLVM_ENABLE_TERMINFO=OFF `
201
-DLLVM_ENABLE_LIBXML2=OFF `
202
..\llvm
203
- cmake --build . --config Release --target clang clang-repl --parallel ${{ env.ncpus }}
+ cmake --build . --config Release --target clang clangInterpreter clangStaticAnalyzerCore --parallel ${{ env.ncpus }}
204
}
205
cd ..\
206
rm -r -force $(find.exe . -maxdepth 1 ! -name "build" ! -name "llvm" ! -name "clang" ! -name ".")
0 commit comments