Skip to content

Commit f00e0f2

Browse files
authored
[libc++][doc] Add warning about limitation of --fresh in boostrapping build (#65265)
Add a warning to the `Building Libcxx` documentation about the limitations of the utility of `--fresh` at the top level. Signed-off-by: Will Hawkins <[email protected]>
1 parent 140f616 commit f00e0f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/docs/BuildingLibcxx.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ CMake invocation at ``<monorepo>/llvm``:
7878
This type of build is also commonly called a "Runtimes build", but we would like to move
7979
away from that terminology, which is too confusing.
8080

81+
.. warning::
82+
Adding the `--fresh` flag to the top-level cmake invocation in a bootstrapping build *will not*
83+
freshen the cmake cache of any of the enabled runtimes.
84+
8185
Support for Windows
8286
===================
8387

0 commit comments

Comments
 (0)