| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build Darwin libclang_rt libraries against real SDKs. | Bob Wilson | 2014-11-10 | 1 | -23/+0 | 
| | | | | | | | | | | | | The minimal fake SDK was very useful in allowing us to build for all Darwin platforms without needing access to the real SDKs, but it did not support building any of the sanitizer runtimes. It's important to fix that. As a consequence, if you don't have the iOS SDKs installed, we will now skip building the iOS-specific libclang_rt libraries. rdar://problem/18825276 llvm-svn: 221621 | ||||
| * | build/SDKs: Sketch a minimal stub SDK for Darwin. | Daniel Dunbar | 2011-11-16 | 1 | -0/+23 | 
| - 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 | |||||

