[PATCH] D32681: [builtins] Enabled emulated TLS on WOA.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 1 12:27:25 PDT 2017
mstorsjo added a comment.
> @mstorsjo would enabling this cause any issues with your work?
I haven't read up on all what this entails, but... When building for WoA in MSVC mode, I don't use compiler-rt/builtins at all, since it all should use the helper functions that MSVC uses. So this particular change shouldn't hurt me at all.
The projects I test on WoA doesn't use TLS at all either so I'm not sure if it is broken (or gets broken by any recent change) either though.
Repository:
rL LLVM
https://reviews.llvm.org/D32681
More information about the llvm-commits
mailing list