[pkg-d-commits] [ldc] 13/211: Tools: add a readme file that describes the contents of the tools folder.

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit d164169601a3a582520b2e75e0ef9eae4738535a
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Thu Sep 15 20:41:49 2016 +0200

    Tools: add a readme file that describes the contents of the tools folder.
---
 tools/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tools/README.md b/tools/README.md
new file mode 100644
index 0000000..e5e11ae
--- /dev/null
+++ b/tools/README.md
@@ -0,0 +1,8 @@
+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 (`-ir2obj-cache`) in check. See [the original PR](https://github.com/ldc-developers/ldc/pull/1753) 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list