[lld] [docs] Remove the History section (PR #98715)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 22:36:34 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lld
Author: Brad Smith (brad0)
<details>
<summary>Changes</summary>
This does not really serve any purpose nowadays.
---
Full diff: https://github.com/llvm/llvm-project/pull/98715.diff
1 Files Affected:
- (modified) lld/docs/index.rst (-24)
``````````diff
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index 637e74c70c985..8260461c36905 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -125,30 +125,6 @@ not, run ``readelf --string-dump .comment <output-file>`` and examine the
output. If the string "Linker: LLD" is included in the output, you are
using LLD.
-History
--------
-
-Here is a brief project history of the ELF and COFF ports.
-
-- May 2015: We decided to rewrite the COFF linker and did that.
- Noticed that the new linker is much faster than the MSVC linker.
-
-- July 2015: The new ELF port was developed based on the COFF linker
- architecture.
-
-- September 2015: The first patches to support MIPS and AArch64 landed.
-
-- October 2015: Succeeded to self-host the ELF port. We have noticed
- that the linker was faster than the GNU linkers, but we weren't sure
- at the time if we would be able to keep the gap as we would add more
- features to the linker.
-
-- July 2016: Started working on improving the linker script support.
-
-- December 2016: Succeeded to build the entire FreeBSD base system
- including the kernel. We had widen the performance gap against the
- GNU linkers.
-
Internals
---------
``````````
</details>
https://github.com/llvm/llvm-project/pull/98715
More information about the llvm-commits
mailing list