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)
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>

Trivial merge