[Lldb-commits] [PATCH] D123401: [lldb] Fix debug_info decorators for NO_DEBUG_INFO_TESTCASE
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 8 10:20:08 PDT 2022
labath added a comment.
I think this is actually a wider problem. I also ran into this recently (with triples), but didn't have time to create a patch yet. I don't think that `None` as the "actual" value should ever be considered a match (except when the pattern is `None`, I guess), regardless of whether it is a debug info variant, triple, or anything else. (`None` as a "pattern" should of course continue to match anything.)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123401/new/
https://reviews.llvm.org/D123401
More information about the lldb-commits
mailing list