]> granicus.if.org Git - clang/commit
Set dso_local on tls init functions.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 7 Mar 2018 23:18:06 +0000 (23:18 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 7 Mar 2018 23:18:06 +0000 (23:18 +0000)
commit551ca2e6b78979b8e190edb6715288fc2145d9af
tree6116dd98a73f8e98896a7195cc42f8eeabcbdf1e
parent2eeccea15cbb45f34ab1adc459b086e803bf15a1
Set dso_local on tls init functions.

We copy the visibility, so copying the dso_local flag seems the
natural thing to do.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326961 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ItaniumCXXABI.cpp
test/CodeGenCXX/runtime-dllstorage.cpp