summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-30 22:53:00 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-30 22:53:00 +0000
commit2d2f0c0af37aaebeece1cdd37160f07d573ac6b8 (patch)
tree2e36edf25222bcf35f026746986ad3fb8df7240e /docs
parentff8cce45f416204451eb88136eba383dd48753b9 (diff)
Add start of filesystem benchmarks
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildingLibcxx.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/BuildingLibcxx.rst b/docs/BuildingLibcxx.rst
index 1c3be876e..b00bbdd78 100644
--- a/docs/BuildingLibcxx.rst
+++ b/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