Add this attribute to some types to ensure that they have
debug info.
The debug info for these classes are required for debuggers to display
some STL types. With constructor homing (a new debug info optimization)
their debug info isn't emitted because their constructors are never
called.
The list of types with the attribute added are hash_value_type,
value_type, tree_node_base, tree_node, hash_node, list_node,
and __forward_list_node.
I would prefer _LIBCPP_STANDALONE_DEBUG to improve readability.