文件最后提交记录最后更新时间
[CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter lists change.10 年前
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt10 年前
[CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.10 年前
[CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.10 年前
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt10 年前
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt10 年前
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt10 年前
[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt10 年前
[CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object files for the iOS simulator to the exclude lists.10 年前
[CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object files for the iOS simulator to the exclude lists.10 年前
[CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object files for the iOS simulator to the exclude lists.10 年前
[Darwin] [Builtins] Cleaning up OS X exclude lists. NFC.10 年前
[Darwin] [Builtins] Cleaning up OS X exclude lists. NFC.10 年前
README.TXT

This folder contains list of symbols that should be excluded from the builtin libraries for Darwin. There are two reasons symbols are excluded:

(1) They aren't supported on Darwin (2) They are contained within the OS on the minimum supported target

The builtin libraries must contain all symbols not provided by the lowest supported target OS. Meaning if minimum deployment target is iOS 6, all builtins not included in the ios6-.txt files need to be included. The one catch is that this is per-architecture. Since iOS 6 doesn't support arm64, when supporting iOS 6, the minimum deployment target for arm64 binaries is iOS 7.