mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 07:00:46 +03:00
![]() Letting CMake link the executable instead of really invoking the C++ compiler manually. This simplifies cross-compilation with CMake toolchain files, such as for Android. |
||
---|---|---|
.. | ||
ldc-profdata | ||
CMakeLists.txt | ||
ldc-prune-cache.d | ||
README.md | ||
upload-to-github.sh |
LDC – Tools
The /tools
directory contains user tools that accompany LDC and that should be part of LDC packages.
ldc-prune-cache
helps keeping the size of LDC's object file cache (-cache
) in check. See the original PR for more details.
ldc-profdata
converts raw profiling data to a profile data format that can be used by LDC. The source is copied from LLVM (llvm-profdata
), and is versioned for each LLVM version that we support because the version has to match exactly with LDC's LLVM version.