[llvm] r324511 - Revert "[DebugInfo] Improvements to representation of enumeration types (PR36168)"

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 05:57:16 PST 2018


Thanks all,

I've just now found time to look at lldb test failures. Both failing tests (TestTemplateArgs.TemplateArgsTestCase and TestCPP11EnumTypes.CPP11EnumTypesTestCase) fail with the LLVM part only applied, because the DWARF debug info
does not contain the `DW_AT_enum_class` flag.  This is expected,  that flag is output in the debug info only when
the metadata for the enumeration type contains  DIFlagFixedEnum in flags and this flags is set bt the Clang part of the patch.

I'll now recommit both patches.

Best regards,
Momchil Velikov
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the llvm-commits mailing list