[PATCH] D135495: [clang-tidy] handle exceptions properly in `ExceptionAnalyzer`
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 24 08:48:59 PST 2023
DavidSpickett added a comment.
If it helps, the bot I linked is pretty vanilla. You can find all the details in the buildbot UI but just in case:
cmake -G Ninja ../llvm/llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=True '-DLLVM_LIT_ARGS='"'"'-v'"'"'' -DCMAKE_INSTALL_PREFIX=../stage1.install '-DLLVM_TARGETS_TO_BUILD='"'"'AArch64'"'"'' '-DLLVM_ENABLE_PROJECTS=llvm;clang;clang-tools-extra'
We build with clang 15.0.0 release. Though I guess it's not a compiler related issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135495/new/
https://reviews.llvm.org/D135495
More information about the cfe-commits
mailing list