Closed
Description
Since @luqmana's cool enum memory layout optimizations landed, GDB and LLDB pretty printers are slightly out of date, i.e. they cannot handle cases where the discriminant isn't stored at the top-level. The necessary data is already encoded in DWARF, but the pretty printers don't use it yet.