[all-commits] [llvm/llvm-project] 222305: PR51079: Treat thread_local variables with an inco...
Richard Smith via All-commits
all-commits at lists.llvm.org
Fri Oct 8 18:46:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 222305d6ff6f6d156145d7de4f06d1c368383e41
https://github.com/llvm/llvm-project/commit/222305d6ff6f6d156145d7de4f06d1c368383e41
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
Log Message:
-----------
PR51079: Treat thread_local variables with an incomplete class type as
being not trivially destructible when determining if we can skip calling
their thread wrapper function.
More information about the All-commits
mailing list