llvm-project/compiler-rt/SDKs/darwin
Daniel Dunbar e9da222f2f build/SDKs: Sketch a minimal stub SDK for Darwin.
- Motivation is explained in the README, but basically it is convenient to be
   able to build compiler-rt free standing. Since our external dependencies are
   so small, we can achieve this relatively easily by just stubbing out the
   declarations of the external dependencies.
 - This is in no way, shape, or form intended to be complete, it is just the
   minimal stubs necessary to support the stuff we use.

llvm-svn: 144843
2011-11-16 22:40:57 +00:00
..
usr/include build/SDKs: Sketch a minimal stub SDK for Darwin. 2011-11-16 22:40:57 +00:00
README.txt build/SDKs: Sketch a minimal stub SDK for Darwin. 2011-11-16 22:40:57 +00:00

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.