aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2020-06-25 17:33:31 -0400
committerLouis Dionne <ldionne@apple.com>2020-06-25 17:34:45 -0400
commit7014b44c0af6c1befb804be5aa8c9de4888f378c (patch)
tree4132ff4d55875df5f7e21ac1b15ea0c0b1851fad
parent7fb84dff69572b59dc730f9616fea918bedc7384 (diff)
downloadllvm-7014b44c0af6c1befb804be5aa8c9de4888f378c.zip
llvm-7014b44c0af6c1befb804be5aa8c9de4888f378c.tar.gz
llvm-7014b44c0af6c1befb804be5aa8c9de4888f378c.tar.bz2
[libc++] Remove unnecessary LLVM_INCLUDE_BENCHMARKS option in the Apple build
Since we're using an empty top-level CMakeLists.txt instead of the CMakeLists.txt inside llvm/, we don't need to specify LLVM_INCLUDE_BENCHMARKS anymore.
-rwxr-xr-xlibcxx/utils/ci/apple-install-libcxx.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/utils/ci/apple-install-libcxx.sh b/libcxx/utils/ci/apple-install-libcxx.sh
index ae20bf3..7c3517d 100755
--- a/libcxx/utils/ci/apple-install-libcxx.sh
+++ b/libcxx/utils/ci/apple-install-libcxx.sh
@@ -118,7 +118,6 @@ for arch in ${architectures}; do
-GNinja \
-DCMAKE_MAKE_PROGRAM="$(xcrun --sdk "${sdk}" --find ninja)" \
-DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" \
- -DLLVM_INCLUDE_BENCHMARKS=OFF \
-C "${cache}" \
-DCMAKE_INSTALL_PREFIX="${build_dir}/${arch}-install" \
-DCMAKE_INSTALL_NAME_DIR="${install_name_dir}" \