We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d761a3 commit 490b556Copy full SHA for 490b556
libcxx/lib/abi/CMakeLists.txt
@@ -22,7 +22,8 @@ if (EXISTS "${ABILIST_FILE}"
22
AND ("${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "libcxxabi" OR
23
(APPLE AND "${LIBCXX_CXX_ABI_LIBNAME}" STREQUAL "default"))
24
AND NOT LIBCXX_ABI_UNSTABLE
25
- AND LIBCXX_ENABLE_EXCEPTIONS)
+ AND LIBCXX_ENABLE_EXCEPTIONS
26
+ AND LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS)
27
add_custom_target(check-cxx-abilist
28
${SYMDIFF_EXE} --only-stdlib-symbols --strict ${ABILIST_FILE}
29
$<TARGET_SONAME_FILE:cxx_shared>
0 commit comments