[clang] [llvm] [WIP][clang][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility (PR #124752)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 10:47:47 PST 2025


dwblaikie wrote:

(hmm, can't use the foundation library on godbolt/compiler explorer)
Can you show a small example of the code you're interested in and the DWARF it produces? The documentation I can find seems to suggest that the extensible enums have ctors that take the underlying integer type, but the non-extensible ones don't, so I'd have thought that might be adequate to differentiate without an extra attribute?

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


More information about the llvm-commits mailing list