summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/BuildingLibcxx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/BuildingLibcxx.rst')
-rw-r--r--libcxx/docs/BuildingLibcxx.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index 1c3be876ecb..b00bbdd78f6 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -256,14 +256,21 @@ libc++ Feature Options
Build the libc++ benchmark tests and the Google Benchmark library needed
to support them.
-.. option:: LIBCXX_BUILD_BENCHMARK_NATIVE_STDLIB:BOOL
+.. option:: LIBCXX_BENCHMARK_NATIVE_STDLIB:STRING
- **Default**:: ``OFF``
+ **Default**:: ``""``
+
+ **Values**:: ``libc++``, ``libstdc++``
Build the libc++ benchmark tests and Google Benchmark library against the
- native standard library on the platform. On linux this can be used to compare
- libc++ to libstdc++ by building the benchmark tests against both standard
- libraries.
+ specified standard library on the platform. On linux this can be used to
+ compare libc++ to libstdc++ by building the benchmark tests against both
+ standard libraries.
+
+.. option:: LIBCXX_BENCHMARK_NATIVE_GCC_TOOLCHAIN:STRING
+
+ Use the specified GCC toolchain and standard library when building the native
+ stdlib benchmark tests.
libc++ ABI Feature Options
OpenPOWER on IntegriCloud