forked from OSchip/llvm-project
185f2edd70
- Add memcpy and memcmp to the stub headers. - __uint128_t is not available on 32 bit platforms. It's also unused so just comment it out for now. llvm-svn: 153779 |
||
---|---|---|
.. | ||
darwin | ||
linux | ||
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.