]> granicus.if.org Git - clang/commit
[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility
authorReid Kleckner <rnk@google.com>
Mon, 13 Feb 2017 18:49:21 +0000 (18:49 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 13 Feb 2017 18:49:21 +0000 (18:49 +0000)
commitff18d06e36b36a209ff586df07b28413cebf0684
tree9ae33d52711a0055449e5083e3c9535ab51f5aea
parent186d5807d865a55ed6b31790e86cc4980793976a
[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility

Fixes https://bugs.llvm.org/show_bug.cgi?id=31932

Based on a patch by Roland McGrath

Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D29843

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294978 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ItaniumCXXABI.cpp
test/CodeGenCXX/global-init.cpp
test/OpenMP/threadprivate_codegen.cpp