summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mingw-thread-local.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windowsMartin Storsjö2019-12-231-0/+9
Since 6bf108d77a3c, we try to not mark extern_weak symbols as dso_local, to allow using COFF stubs for references to those symbols (as the symbol may be missing, resolving to an absolute address zero, outside of the current DSO). Differential Revision: https://reviews.llvm.org/D71716
OpenPOWER on IntegriCloud