summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-06-12 06:58:06 +0000
committerPetr Hosek <phosek@chromium.org>2018-06-12 06:58:06 +0000
commita9e7908e3066ef1d24970002108262cc46be3e5d (patch)
tree8085e7e78d280c427c92b20eba9d987e91225f16 /libcxx/cmake
parentd9be2c7e64a28f359433942f57756a6408ca023c (diff)
downloadbcm5719-llvm-a9e7908e3066ef1d24970002108262cc46be3e5d.tar.gz
bcm5719-llvm-a9e7908e3066ef1d24970002108262cc46be3e5d.zip
[CMake] Use common variable for all header targets NFC
This simplifies the handling of header targets. llvm-svn: 334477
Diffstat (limited to 'libcxx/cmake')
-rw-r--r--libcxx/cmake/Modules/HandleLibCXXABI.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/cmake/Modules/HandleLibCXXABI.cmake b/libcxx/cmake/Modules/HandleLibCXXABI.cmake
index 526a146015f..e3a8d022415 100644
--- a/libcxx/cmake/Modules/HandleLibCXXABI.cmake
+++ b/libcxx/cmake/Modules/HandleLibCXXABI.cmake
@@ -78,8 +78,8 @@ macro(setup_abi_lib abidefines abilib abifiles abidirs)
endforeach()
include_directories("${LIBCXX_BINARY_INCLUDE_DIR}")
- add_custom_target(cxx-abi-headers ALL DEPENDS ${abilib_headers})
- set(LIBCXX_ABI_HEADERS_TARGET cxx-abi-headers)
+ add_custom_target(cxx_abi_headers ALL DEPENDS ${abilib_headers})
+ set(LIBCXX_CXX_ABI_HEADER_TARGET "cxx_abi_headers")
endmacro()
OpenPOWER on IntegriCloud