[PATCH] D140195: [Clang][CGDebugInfo][ObjC] Mark objc bitfields with the DIFlagBitfield flag
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 20 11:22:14 PST 2022
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
> Unluckly, I wasn't able to test the combination of https://reviews.llvm.org/D96334 and this patch together. If you have some pointers about how to trigger a test job on "Green Dragon", or how to test lldb's objective-c tests on Linux I'd be happy to test.
There's no way to request a test from green dragon. There is also no way to test LLDB's Objective-C support on Linux, or at least I'm not aware of anyone maintaining a port of LLDB to the GNUstep Objective-C runtime.
So I tried out the patch on a Mac locally and the entire LLDB testsuite still passes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140195/new/
https://reviews.llvm.org/D140195
More information about the cfe-commits
mailing list