diff options
| author | Petr Hosek <phosek@chromium.org> | 2018-06-12 03:31:03 +0000 |
|---|---|---|
| committer | Petr Hosek <phosek@chromium.org> | 2018-06-12 03:31:03 +0000 |
| commit | 0aa70faf9b28f2711957ab808558e86d18773ca0 (patch) | |
| tree | 8dc3d8fe9df373822d97e7abd3e55fe801d76ecd /libcxx/cmake | |
| parent | cfd7eec3d83e10f7003763bfb69955a0f6490eae (diff) | |
| download | bcm5719-llvm-0aa70faf9b28f2711957ab808558e86d18773ca0.tar.gz bcm5719-llvm-0aa70faf9b28f2711957ab808558e86d18773ca0.zip | |
[CMake] Add a missing target dependency on C++ ABI headers
This resolves the breakage introduced in r334468 which results in
build error when using CMake Makefile generator.
llvm-svn: 334470
Diffstat (limited to 'libcxx/cmake')
| -rw-r--r-- | libcxx/cmake/Modules/HandleLibCXXABI.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/cmake/Modules/HandleLibCXXABI.cmake b/libcxx/cmake/Modules/HandleLibCXXABI.cmake index 851ff9ec19a..526a146015f 100644 --- a/libcxx/cmake/Modules/HandleLibCXXABI.cmake +++ b/libcxx/cmake/Modules/HandleLibCXXABI.cmake @@ -79,6 +79,7 @@ macro(setup_abi_lib abidefines abilib abifiles abidirs) include_directories("${LIBCXX_BINARY_INCLUDE_DIR}") add_custom_target(cxx-abi-headers ALL DEPENDS ${abilib_headers}) + set(LIBCXX_ABI_HEADERS_TARGET cxx-abi-headers) endmacro() |

