[libc++abi][NFC] Add comment on long reaching #if

This commit is contained in:
Louis Dionne 2022-05-12 13:26:16 -04:00
parent c671041720
commit 2f21f5b06a
1 changed files with 2 additions and 2 deletions

View File

@ -93,10 +93,10 @@ static void demangling_unexpected_handler()
static constexpr std::terminate_handler default_terminate_handler = demangling_terminate_handler;
static constexpr std::terminate_handler default_unexpected_handler = demangling_unexpected_handler;
#else
#else // !LIBCXXABI_SILENT_TERMINATE
static constexpr std::terminate_handler default_terminate_handler = ::abort;
static constexpr std::terminate_handler default_unexpected_handler = std::terminate;
#endif
#endif // !LIBCXXABI_SILENT_TERMINATE
//
// Global variables that hold the pointers to the current handler