Merge "Re-enable link type checking"

This commit is contained in:
Treehugger Robot 2020-06-03 21:30:22 +00:00 committed by Gerrit Code Review
commit 49efd2aad0

View file

@ -1025,10 +1025,6 @@ $(foreach t,$($(2).TYPE),\
$(call link-type-error,$(1),$(2),$(t)))))
endef
# TODO: Verify all branches/configs have reasonable warnings/errors, and remove
# this override
verify-link-type = $(eval $$(1).MISSING := true)
$(foreach lt,$(ALL_LINK_TYPES),\
$(foreach d,$($(lt).DEPS),\
$(if $($(d).TYPE),\