summaryrefslogtreecommitdiffstats
path: root/libcxx/include
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-07-25 22:57:39 +0000
committerPetr Hosek <phosek@chromium.org>2018-07-25 22:57:39 +0000
commit9d1bcc2a8887d3965d8b071eceb88f0f2eab53a2 (patch)
tree8e925ed47f9a925841ef4e31495032992625bb0e /libcxx/include
parentab4d730f14d14da9d760b8902a27fc9cfedf7d70 (diff)
downloadbcm5719-llvm-9d1bcc2a8887d3965d8b071eceb88f0f2eab53a2.tar.gz
bcm5719-llvm-9d1bcc2a8887d3965d8b071eceb88f0f2eab53a2.zip
[CMake] Don't install c++abi headers in standalone libc++ build
This is a refinement on r337833. Previously we were installing two copies of c++abi headers in libc++ build directory, one in include/c++build and another one in include/c++/v1. However, the second copy is unnecessary when building libc++ standalone. Differential Revision: https://reviews.llvm.org/D49752 llvm-svn: 337979
Diffstat (limited to 'libcxx/include')
-rw-r--r--libcxx/include/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/CMakeLists.txt b/libcxx/include/CMakeLists.txt
index c60e61e6df8..f4f89415438 100644
--- a/libcxx/include/CMakeLists.txt
+++ b/libcxx/include/CMakeLists.txt
@@ -205,7 +205,7 @@ else()
)
endif()
-if(NOT LIBCXX_USING_INSTALLED_LLVM AND LLVM_BINARY_DIR)
+if(NOT LIBCXX_USING_INSTALLED_LLVM AND LIBCXX_HEADER_DIR)
set(output_dir ${LIBCXX_HEADER_DIR}/include/c++/v1)
set(out_files)
OpenPOWER on IntegriCloud