hanchenye-llvm-project/compiler-rt/SDKs
Bill Wendling 4ddc302879 Declare 'strerror' so that we can use it with errno.
llvm-svn: 185105
2013-06-27 21:17:24 +00:00
..
darwin Declare 'strerror' so that we can use it with errno. 2013-06-27 21:17:24 +00:00
linux Performance improvement. 2013-05-23 07:18:59 +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.