Declare _availability_version_check as weak_import instead of looking it
up at runtime using dlsym Calling dlsym with RTLD_DEFAULT can be very slow as all images in the process are searched for the symbol. Differential Revision: https://reviews.llvm.org/D150397
Loading
Please sign in to comment