[PATCH] D144651: [Serialization] Place command line defines in the correct file
Felipe de Azevedo Piovezan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 21 12:32:26 PDT 2023
fdeazeve added a comment.
According to git-bisect, this patch is causing the LLDB bots to crash.
https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/52690/console
(They were failed for other reasons before, which is why it took a while for this to be identified)
Clang is crashing with: `Assertion failed: (0 && "Invalid SLocOffset or bad function choice"`
In particular, this is true for the test `lldb-api :: commands/expression/import_builtin_fileid/TestImportBuiltinFileID.py`
I'm currently investigating the other failures reported by the bot, but we've also seen this assert fire internally in some other flows.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144651/new/
https://reviews.llvm.org/D144651
More information about the cfe-commits
mailing list