Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Remove the History section #98715

Merged
merged 1 commit into from
Jul 13, 2024
Merged

[docs] Remove the History section #98715

merged 1 commit into from
Jul 13, 2024

Conversation

brad0
Copy link
Contributor

@brad0 brad0 commented Jul 13, 2024

This does not really serve any purpose nowadays.

This does not really serve any purpose nowadays.
@brad0 brad0 requested a review from MaskRay July 13, 2024 05:35
@llvmbot llvmbot added the lld label Jul 13, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 13, 2024

@llvm/pr-subscribers-lld

Author: Brad Smith (brad0)

Changes

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 --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
 ---------
 

@brad0 brad0 merged commit 14b9d12 into llvm:main Jul 13, 2024
7 of 9 checks passed
@brad0 brad0 deleted the lld_history branch July 13, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants