[all-commits] [llvm/llvm-project] acaa4c: [libc++abi] Use __has_feature check to enable usag...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jul 8 13:20:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acaa4c8bfd12eac4fa5f2c03e9d394f7bd8f1bd6
https://github.com/llvm/llvm-project/commit/acaa4c8bfd12eac4fa5f2c03e9d394f7bd8f1bd6
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M libcxxabi/src/cxa_exception_storage.cpp
Log Message:
-----------
[libc++abi] Use __has_feature check to enable usage of thread_local for exception storage (#97591)
Previously, we'd use HAS_THREAD_LOCAL which was never defined. Hence,
we'd basically never use the code path where we use thread_local.
Fixes #78207
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list