forked from OSchip/llvm-project
ca1fab5d66
symbols dynamically The CoreFoundation symbols uses by __isOSVersionAtLeast should be loaded at runtime to ensure that the programs that don't use @available won't have to be linked to CoreFoundation. The Clang frontend IRGen library will need to emit a CoreFoundation symbol when @available is used to ensure that programs that actually use @available are linked to CoreFoundation. rdar://31039554 llvm-svn: 297760 |
||
---|---|---|
.. | ||
lit.local.cfg | ||
os_version_check_test.c | ||
os_version_check_test_no_core_foundation.c |