summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2017-07-11 02:39:50 +0000
committerPetr Hosek <phosek@chromium.org>2017-07-11 02:39:50 +0000
commitc75cd0b9027456e4e2e2b9753f3a465e6b899926 (patch)
treea6c4f2232b72d82fe6e69c742a5547b5cdd42957 /libcxx/docs
parent56fa815f3c6338a8494318d9f4cb7a39e3526348 (diff)
[libcxx][CMake] Add install path variable to allow overriding the destination
This is going to be used by the runtime build in the multi-target setup to allow using different install prefix for each target. Differential Revision: https://reviews.llvm.org/D33762
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/BuildingLibcxx.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index c7b5e96422f..81a7c234147 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -216,6 +216,11 @@ libc++ specific options
Extra suffix to append to the directory where libraries are to be installed.
This option overrides `LLVM_LIBDIR_SUFFIX`.
+.. option:: LIBCXX_INSTALL_PREFIX:STRING
+
+ **Default**: ``""``
+
+ Define libc++ destination prefix.
.. _libc++experimental options: