Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
darwin/ | 03-May-2024 | - | 198 | 74 | ||
linux/ | 03-May-2024 | - | 260 | 76 | ||
README.txt | D | 03-May-2024 | 485 | 10 | 7 |
README.txt
1It is often convenient to be able to build compiler-rt libraries for a certain 2platform without having a full SDK or development environment installed. 3 4This makes it easy for users to build a compiler which can target a number of 5different platforms, without having to actively maintain full development 6environments for those platforms. 7 8Since compiler-rt's libraries typically have minimal interaction with the 9system, we achieve this by stubbing out the SDKs of certain platforms. 10