projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25c866
)
Add __cxxabi_config.h to libcxxabi headers.
author
Dan Albert
<danalbert@google.com>
Thu, 5 Feb 2015 23:56:33 +0000
(23:56 +0000)
committer
Dan Albert
<danalbert@google.com>
Thu, 5 Feb 2015 23:56:33 +0000
(23:56 +0000)
llvm-svn: 228364
libcxx/cmake/Modules/HandleLibCXXABI.cmake
patch
|
blob
|
history
diff --git
a/libcxx/cmake/Modules/HandleLibCXXABI.cmake
b/libcxx/cmake/Modules/HandleLibCXXABI.cmake
index
4d2a869
..
b71ebb9
100644
(file)
--- a/
libcxx/cmake/Modules/HandleLibCXXABI.cmake
+++ b/
libcxx/cmake/Modules/HandleLibCXXABI.cmake
@@
-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 ()