[libcxx-commits] [PATCH] D138461: [libcxxabi] Always use thread_local for cxa_exception_storage
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 24 05:53:15 PST 2022
ldionne added inline comments.
================
Comment at: libcxxabi/src/cxa_exception_storage.cpp:27
-#elif defined(HAS_THREAD_LOCAL)
----------------
So IIUC, this was basically never defined previously, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138461/new/
https://reviews.llvm.org/D138461
More information about the libcxx-commits
mailing list