hanchenye-llvm-project/compiler-rt/SDKs
Alexey Samsonov 80bc3b0d2b Fix atoi stub for linux introduced in r157573. This fixes compiler-rt build on linux.
llvm-svn: 157600
2012-05-29 06:55:01 +00:00
..
darwin Add stub for 'atoi'. 2012-05-28 09:58:27 +00:00
linux Fix atoi stub for linux introduced in r157573. This fixes compiler-rt build on linux. 2012-05-29 06:55:01 +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.