llvm-project/compiler-rt/lib/builtins/Darwin-excludes
Chris Bieneman 73d0562542 [CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.
llvm-svn: 252965
2015-11-12 22:37:01 +00:00
..
10.4-x86_64.txt [CMake] Hand tuning the exclude lists for libclang_rt.10.4.a 2015-10-09 19:53:54 +00:00
10.4.txt [CMake] Hand tuning the exclude lists for libclang_rt.10.4.a 2015-10-09 19:53:54 +00:00
CMakeLists.txt [CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter lists change. 2015-09-29 23:21:07 +00:00
README.TXT
ios-armv7.txt [CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm. 2015-11-12 22:37:01 +00:00
ios-armv7s.txt [CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm. 2015-11-12 22:37:01 +00:00
ios.txt
ios6-armv7.txt
ios6-armv7s.txt
ios7-arm64.txt
iossim-i386.txt [CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object files for the iOS simulator to the exclude lists. 2015-10-01 21:03:00 +00:00
iossim-x86_64.txt [CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object files for the iOS simulator to the exclude lists. 2015-10-01 21:03:00 +00:00
iossim.txt [CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object files for the iOS simulator to the exclude lists. 2015-10-01 21:03:00 +00:00
osx-i386.txt [CMake] [builtins] [OS X] Adding all builtins that generate empty object files for OS X to the exclude lists. 2015-10-01 21:04:17 +00:00
osx-x86_64.txt [CMake] [builtins] [OS X] Adding all builtins that generate empty object files for OS X to the exclude lists. 2015-10-01 21:04:17 +00:00
osx.txt [CMake] [builtins] [OS X] Adding all builtins that generate empty object files for OS X to the exclude lists. 2015-10-01 21:04:17 +00:00

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-<arch>.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.