[lld] r362831 - docs: Update partitioning docs now that the feature is fully landed.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 12:23:19 PDT 2019


Author: pcc
Date: Fri Jun  7 12:23:19 2019
New Revision: 362831

URL: http://llvm.org/viewvc/llvm-project?rev=362831&view=rev
Log:
docs: Update partitioning docs now that the feature is fully landed.

Modified:
    lld/trunk/docs/Partitions.rst

Modified: lld/trunk/docs/Partitions.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/Partitions.rst?rev=362831&r1=362830&r2=362831&view=diff
==============================================================================
--- lld/trunk/docs/Partitions.rst (original)
+++ lld/trunk/docs/Partitions.rst Fri Jun  7 12:23:19 2019
@@ -3,9 +3,8 @@ Partitions
 
 .. warning::
 
-  This feature has not yet fully landed in LLD. This document describes how
-  the feature is intended to work once it lands. Furthermore, the feature
-  is currently experimental, and its interface is subject to change.
+  This feature is currently experimental, and its interface is subject
+  to change.
 
 LLD's partitioning feature allows a program (which may be an executable
 or a shared library) to be split into multiple pieces, or partitions. A




More information about the llvm-commits mailing list