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 a01f7a3 commit 7140b12Copy full SHA for 7140b12
.github/workflows/ci-post-commit-analyzer.yml
@@ -78,7 +78,7 @@ jobs:
78
# FIXME: We need to build all the generated header files in order to be able to run
79
# the analyzer on every file. Building libLLVM and libclang is probably overkill for
80
# this, but it's better than building every target.
81
- ninja -v -C build libLLVM.so libclang.so
+ ninja -v -C build LLVMSupport
82
83
# Run the analyzer.
84
python3 .github/workflows/ci-post-commit-analyzer-run.py build/compile_commands.json
0 commit comments