Skip to content
  1. Sep 17, 2012
  2. Dec 08, 2011
  3. Nov 16, 2011
    • Daniel Dunbar's avatar
      build/SDKs: Sketch a minimal stub SDK for Darwin. · e9da222f
      Daniel Dunbar authored
       - 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
      e9da222f
Loading