[libc++] Fix linking for platforms that don't implement std::exception_ptr (#79040)
commit8c680451a5eff02dd7e5004b69e05b3744f4e1aa
authoritrofimow <i.trofimow@yandex.ru>
Tue, 23 Jan 2024 02:03:01 +0000 (23 06:03 +0400)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 02:03:01 +0000 (22 21:03 -0500)
tree1eee435c6b18249ea659319100c715e19241ed3f
parente5ca202ef8870f3b46cc19a7a62624e6908be9a8
[libc++] Fix linking for platforms that don't implement std::exception_ptr (#79040)

This patch fixes linkage for platforms that don't implement
std::exception_ptr, as such setup was overlooked in #65534.
libcxx/src/support/runtime/exception_pointer_unimplemented.ipp