[NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKS

llvm-svn: 342822
This commit is contained in:
Louis Dionne 2018-09-22 21:30:12 +00:00
parent a793b84d81
commit 95530082c4
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ option(LIBCXX_ENABLE_FILESYSTEM "Build filesystem as part of libc++fs.a"
option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS}) option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS})
# Benchmark options ----------------------------------------------------------- # Benchmark options -----------------------------------------------------------
option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependancies" ON) option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependencies" ON)
set(LIBCXX_BENCHMARK_NATIVE_STDLIB "" CACHE STRING set(LIBCXX_BENCHMARK_NATIVE_STDLIB "" CACHE STRING
"Build the benchmarks against the specified native STL. "Build the benchmarks against the specified native STL.
The value must be one of libc++/libstdc++") The value must be one of libc++/libstdc++")