[all-commits] [llvm/llvm-project] 8c6804: [libc++] Fix linking for platforms that don't impl...
itrofimow via All-commits
all-commits at lists.llvm.org
Mon Jan 22 18:03:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c680451a5eff02dd7e5004b69e05b3744f4e1aa
https://github.com/llvm/llvm-project/commit/8c680451a5eff02dd7e5004b69e05b3744f4e1aa
Author: itrofimow <i.trofimow at yandex.ru>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
Log Message:
-----------
[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.
More information about the All-commits
mailing list