[PATCH] D140195: [Clang][CGDebugInfo][ObjC] Mark objc bitfields with the DIFlagBitfield flag

Juan Manuel Martinez CaamaƱo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 21 00:36:47 PST 2022


jmmartinez added a comment.

In D140195#4008724 <https://reviews.llvm.org/D140195#4008724>, @aprantl wrote:

>> 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.

Thanks for the help in testing! Did you happen to test with https://reviews.llvm.org/D96334 ? If you confirm I'll "revert the revert" (commit 920de9c94caff0b3ac21bf637487b07cb9aea98a <https://reviews.llvm.org/rG920de9c94caff0b3ac21bf637487b07cb9aea98a>).


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