summaryrefslogtreecommitdiffstats
path: root/development/mold/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/mold/README')
-rw-r--r--development/mold/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/mold/README b/development/mold/README
new file mode 100644
index 0000000000..71edba8ec6
--- /dev/null
+++ b/development/mold/README
@@ -0,0 +1,6 @@
+mold - a faster drop-in replacement for existing Unix linkers
+
+It is several times faster than the LLVM lld linker, the
+second-fastest open-source linker which was created by the same author
+a few years ago. mold is designed to increase developer productivity by
+reducing build time, especially in rapid debug-edit-rebuild cycles.