• Home
  • History
  • Annotate
  • only in /external/compiler-rt/lib/builtins/Darwin-excludes/
NameDateSize

..29-Aug-20174 KiB

10.4.txt29-Aug-20171.3 KiB

CMakeLists.txt29-Aug-2017189

ios-armv7.txt29-Aug-2017593

ios-armv7s.txt29-Aug-2017592

ios.txt29-Aug-201717

ios6-armv7.txt29-Aug-20171.1 KiB

ios6-armv7s.txt29-Aug-20171.1 KiB

ios7-arm64.txt29-Aug-2017154

iossim-i386.txt29-Aug-2017722

iossim-x86_64.txt29-Aug-2017106

iossim.txt29-Aug-201717

osx-i386.txt29-Aug-2017308

osx.txt29-Aug-201770

README.TXT29-Aug-2017634

README.TXT

1This folder contains list of symbols that should be excluded from the builtin
2libraries for Darwin. There are two reasons symbols are excluded:
3
4(1) They aren't supported on Darwin
5(2) They are contained within the OS on the minimum supported target
6
7The builtin libraries must contain all symbols not provided by the lowest
8supported target OS. Meaning if minimum deployment target is iOS 6, all builtins
9not included in the ios6-<arch>.txt files need to be included. The one catch is
10that this is per-architecture. Since iOS 6 doesn't support arm64, when supporting
11iOS 6, the minimum deployment target for arm64 binaries is iOS 7.
12