Add __cxxabi_config.h to libcxxabi headers.
authorDan Albert <danalbert@google.com>
Thu, 5 Feb 2015 23:56:33 +0000 (23:56 +0000)
committerDan Albert <danalbert@google.com>
Thu, 5 Feb 2015 23:56:33 +0000 (23:56 +0000)
llvm-svn: 228364

libcxx/cmake/Modules/HandleLibCXXABI.cmake

index 4d2a869..b71ebb9 100644 (file)
@@ -84,7 +84,7 @@ elseif ("${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxabi")
     set(CXXABI_LIBNAME "c++abi")
   endif()
   setup_abi_lib("LIBCXX_LIBCXXABI_INCLUDE_PATHS" ""
-    ${CXXABI_LIBNAME} "cxxabi.h" ""
+    ${CXXABI_LIBNAME} "cxxabi.h;__cxxabi_config.h" ""
     )
 elseif ("${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxrt")
   setup_abi_lib("LIBCXX_LIBCXXRT_INCLUDE_PATHS" "-DLIBCXXRT"
@@ -95,4 +95,4 @@ elseif (NOT "${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "none")
     "Currently libstdc++, libsupc++, libcxxabi, libcxxrt and none are "
     "supported for c++ abi."
     )
-endif ()
\ No newline at end of file
+endif ()