[Lldb-commits] [lldb] [LLDB] Ignore actual-needed artificial members in DWARFASTParserClang::ParseSingleMember (PR #70779)

Caslyn Tonelli via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 11:13:43 PST 2023


Caslyn wrote:

Hi @hokein - ignored_artificial_fields.test breaks if gcc is unavailable. For ex we purposely exclude gcc on our downstream bots so as not to implicitly depend on it. Maybe all that is needed is adding `# REQUIRES: gcc`.

Would you be able to revert the test and/or patch it to only run when gcc is present?

https://github.com/llvm/llvm-project/pull/70779


More information about the lldb-commits mailing list