Files
clang-p2996/clang/test/CodeGenCXX/cxx2a-thread-local-constinit.cpp
Richard Smith 8ac5c746fc Don't elide the use of the thread wrapper for a thread_local constinit
variable with non-trivial destruction.

We still need to invoke the thread wrapper to trigger registration of
the destructor call on thread shutdown.

llvm-svn: 373289
2019-10-01 01:23:23 +00:00

1.7 KiB