forked from OSchip/llvm-project
c054086630
The calls to fwrite/fread can be very expensive. GCC avoids this by using a buffer to read and write from the file, thus limiting the number of fwrite/fread calls. <rdar://problem/13466086> llvm-svn: 181924 |
||
---|---|---|
.. | ||
usr/include | ||
README.txt |
README.txt
The Darwin platforms are all similar enough we roll them into one SDK, and use preprocessor tricks to get the right definitions for the few things which diverge between OS X and iOS.