Skip to content

Commit c93eff4

Browse files
author
git apple-llvm automerger
committed
Merge commit 'acaa4c8bfd12' from llvm.org/main into next
2 parents 51618ba + acaa4c8 commit c93eff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/src/cxa_exception_storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern "C" {
2424
} // extern "C"
2525
} // namespace __cxxabiv1
2626

27-
#elif defined(HAS_THREAD_LOCAL)
27+
#elif __has_feature(cxx_thread_local)
2828

2929
namespace __cxxabiv1 {
3030
namespace {

0 commit comments

Comments
 (0)