OSDN Git Service

Merge branch 'fix-fwd-enum-resolution'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 14 Mar 2019 20:53:19 +0000 (13:53 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 14 Mar 2019 20:53:19 +0000 (13:53 -0700)
commitcd70182e8d530bf806176c529105c350d4d7fbd9
treef8595a44b351aebf6d14eef95fa827f3f86de5be
parentf48a920504e516bded420255946f8e1cb8a0944a
parent8fd7a61aa556ad518e897f58264a2e67f9c527f5
Merge branch 'fix-fwd-enum-resolution'

Andrii Nakryiko says:

====================
This patchset adds ability to resolve forward-declared enums into their
corresponding full enum definition types during type deduplication,
eliminating one of the reasons for having duplicated graphs of types.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>