K 10 svn:author V 6 emaste K 8 svn:date V 27 2018-10-10T15:37:10.981753Z K 7 svn:log V 459 MFC r339019: clang: allow ifunc resolvers to accept arguments Previously Clang required ifunc resolution functions to take no arguments, presumably because GCC documented ifunc resolvers as taking no arguments. However, GCC accepts resolvers accepting arguments, and our rtld passes CPU ID information (cpuid, hwcap, etc.) to ifunc resolvers. Just remove the check from the in-tree compiler for our in- tree compiler. Sponsored by: The FreeBSD Foundation END