| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the build on 32 bit hosts. | Benjamin Kramer | 2012-03-30 | 1 | -0/+2 |
| | | | | | | | | | - Add memcpy and memcmp to the stub headers. - __uint128_t is not available on 32 bit platforms. It's also unused so just comment it out for now. llvm-svn: 153779 | ||||
| * | build/SDKs: Sketch a minimal stub SDK for Darwin. | Daniel Dunbar | 2011-11-16 | 1 | -0/+28 |
| - 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 | |||||

