hanchenye-llvm-project/compiler-rt/SDKs
Duncan P. N. Exon Smith 1373630bc4 Reapply "PGO: Statically generate data structures"
Reapply r204079 and r204083, this time with stubs for fputc in
compiler-rt.

llvm-svn: 204091
2014-03-17 23:44:56 +00:00
..
darwin Reapply "PGO: Statically generate data structures" 2014-03-17 23:44:56 +00:00
linux Reapply "PGO: Statically generate data structures" 2014-03-17 23:44:56 +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.