Home | History | Annotate | only in /external/compiler-rt/lib/builtins/Darwin-excludes
Up to higher level directory
NameDateSize
10.4-x86_64.txt24-Aug-2016308
10.4.txt24-Aug-2016963
CMakeLists.txt24-Aug-2016189
ios-armv7.txt24-Aug-2016593
ios-armv7s.txt24-Aug-2016592
ios.txt24-Aug-201617
ios6-armv7.txt24-Aug-20161.1K
ios6-armv7s.txt24-Aug-20161.1K
ios7-arm64.txt24-Aug-2016154
iossim-i386.txt24-Aug-2016722
iossim-x86_64.txt24-Aug-2016106
iossim.txt24-Aug-201617
osx-i386.txt24-Aug-2016722
osx-x86_64.txt24-Aug-2016106
osx.txt24-Aug-201617
README.TXT24-Aug-2016634

README.TXT

      1 This folder contains list of symbols that should be excluded from the builtin
      2 libraries 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 
      7 The builtin libraries must contain all symbols not provided by the lowest
      8 supported target OS. Meaning if minimum deployment target is iOS 6, all builtins
      9 not included in the ios6-<arch>.txt files need to be included. The one catch is
     10 that this is per-architecture. Since iOS 6 doesn't support arm64, when supporting
     11 iOS 6, the minimum deployment target for arm64 binaries is iOS 7.
     12