]> granicus.if.org Git - clang/commit
Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 22 Apr 2013 08:06:17 +0000 (08:06 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 22 Apr 2013 08:06:17 +0000 (08:06 +0000)
commitdb4f61f9fb0edc16b5568af0bf6a6729718b349f
tree37fc5e01275fb98115722568c3296fef86980205
parente4488b8c823bfc3ffe11e6593803497cca7bcdfc
Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_local keyword.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180004 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/thread-specifier.c