[PATCH] D73508: [LLD][COFF] Fix dll import for thread_local storage

Markus Böck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 00:41:10 PST 2020


zero9178 added a comment.

If a wrapper function returning a pointer would work over dll boundaries then I think that would be the best way going forward. I will look into it! I have not encountered the multiple definitions error when building with shared libraries. I have encountered one when building current trunk as static libraries but I saw that you have fixed that for clang 10 already (was related to comdat and TLS)


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D73508





More information about the llvm-commits mailing list