summaryrefslogtreecommitdiffstats
path: root/libcxx/lib
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-04-09 04:36:04 +0000
committerPetr Hosek <phosek@chromium.org>2018-04-09 04:36:04 +0000
commitf73514c81060cfb8f718b2b18322fe902a9d6f8c (patch)
tree58fc7b626a7aedfa2db5a33390d8f5d5212acb5f /libcxx/lib
parente10ef3548f7a413fc5ad26e212c792b3aebd77f4 (diff)
downloadbcm5719-llvm-f73514c81060cfb8f718b2b18322fe902a9d6f8c.tar.gz
bcm5719-llvm-f73514c81060cfb8f718b2b18322fe902a9d6f8c.zip
Revert "[CMake] Use custom command and target to install libc++ headers"
This reverts commit r329544 which is failing on libcxx standalone bots. llvm-svn: 329545
Diffstat (limited to 'libcxx/lib')
-rw-r--r--libcxx/lib/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/lib/CMakeLists.txt b/libcxx/lib/CMakeLists.txt
index ff74076a5ea..30fdc307507 100644
--- a/libcxx/lib/CMakeLists.txt
+++ b/libcxx/lib/CMakeLists.txt
@@ -283,8 +283,7 @@ if (LIBCXX_ENABLE_STATIC)
endif()
# Add a meta-target for both libraries.
-add_custom_target(cxx DEPENDS ${LIBCXX_TARGETS})
-add_dependencies(cxx cxx-headers)
+add_custom_target(cxx DEPENDS ${LIBCXX_TARGETS} ${generated_config_deps})
if (LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY)
file(GLOB LIBCXX_EXPERIMENTAL_SOURCES ../src/experimental/*.cpp)
OpenPOWER on IntegriCloud