[llvm-branch-commits] [clang] release/22.x: [clang-scan-deps] Fixes an assertion in clang-scan-deps (#193619) (PR #194118)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 27 12:46:51 PDT 2026
dyung wrote:
Unfortunately I do not think this meets our current criteria for backporting to the release branch at this time. The assertion is unfortunate, but in a release build without assertions, an error is still emitted indicating that the file was not created which the user can work-around this issue by manually creating the missing directories. This issue is also not a new one, I was able to repro it as far back as LLVM 18 (17 and earlier required more work to get it built on my machine so I did not try them).
https://github.com/llvm/llvm-project/pull/194118
More information about the llvm-branch-commits
mailing list