summaryrefslogtreecommitdiffstats
path: root/compiler-rt/SDKs/darwin/usr/include/stdio.h
Commit message (Collapse)AuthorAgeFilesLines
* Support for building the ubsan runtime when using the autoconf build system onRichard Smith2012-11-131-3/+13
| | | | | | | Darwin. Patch by Jean-Daniel Dupas, tweaked by Jonathan Sauer, simplified somewhat by me. llvm-svn: 167889
* Add support for reading the GCDA file and merging the arc information.Bill Wendling2012-09-141-0/+13
| | | | | | | | | With the advent of the __llvm_gcov_flush function, we need to be able to merge counts into the .gcda files in an intelligent manner. This involves reading the file if it exists, adding the counts together, and then writing the results. <rdar://problem/12185886> llvm-svn: 163923
* build/SDKs: Sketch a minimal stub SDK for Darwin.Daniel Dunbar2011-11-161-0/+61
- 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
OpenPOWER on IntegriCloud