[PATCH] D71716: [ItaniumCXXABI] Don't mark an extern_weak init function as dso_local on windows

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 22 19:36:52 PST 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm

TLS thread wrappers seem to reimplement a lot of the logic that would happen naturally for a regular function declaration. I wonder if there is some way to restructure the code to have less duplication.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71716/new/

https://reviews.llvm.org/D71716





More information about the cfe-commits mailing list