llvm-project/compiler-rt/SDKs/darwin
Bill Wendling 66429fe1c7 Add support for reading the GCDA file and merging the arc information.
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
2012-09-14 18:55:32 +00:00
..
usr/include Add support for reading the GCDA file and merging the arc information. 2012-09-14 18:55:32 +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.