hanchenye-llvm-project/compiler-rt/SDKs
Benjamin Kramer 7aa5b663ea Update linux stdio.h to support the recent additions to GCDAProfiling.
Hopefully unbreaks compiler-rt build on linux.

llvm-svn: 164025
2012-09-17 10:23:05 +00:00
..
darwin Add support for reading the GCDA file and merging the arc information. 2012-09-14 18:55:32 +00:00
linux Update linux stdio.h to support the recent additions to GCDAProfiling. 2012-09-17 10:23:05 +00:00
README.txt

README.txt

It is often convenient to be able to build compiler-rt libraries for a certain
platform without having a full SDK or development environment installed.

This makes it easy for users to build a compiler which can target a number of
different platforms, without having to actively maintain full development
environments for those platforms.

Since compiler-rt's libraries typically have minimal interaction with the
system, we achieve this by stubbing out the SDKs of certain platforms.