<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hello LLVM-World,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">some days ago I asked how I can disable the emulated TLS support for the JIT Execution Engine. This worked and I got my undefined references to:<o:p></o:p></p>
<p class="MsoNormal">_Init_thread_epoch<o:p></o:p></p>
<p class="MsoNormal">_Init_thread_footer<o:p></o:p></p>
<p class="MsoNormal">_Init_thread_header<o:p></o:p></p>
<p class="MsoNormal">_tls_index<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I used the Linker to export those symbols, to resolve them for the JIT - but! My test code is crashing when I call the static constructors and destructors. The code is really simple and does work when I disable TLS.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Some background:<o:p></o:p></p>
<p class="MsoNormal">0.) I’m talking about this: https://docs.microsoft.com/en-gb/cpp/build/reference/zc-threadsafeinit-thread-safe-local-static-initialization?view=vs-2017<o:p></o:p></p>
<p class="MsoNormal">1.) I develop for Windows 7 x64 and use the LLVM 7 and Clang-CL<o:p></o:p></p>
<p class="MsoNormal">2.) The test code:<o:p></o:p></p>
<p class="MsoNormal">I have a global variable that awaits the address of a structure, this address is assigned via a lambda function that gets executed when calling the static constructors.<o:p></o:p></p>
<p class="MsoNormal">This lambda function has a static variable, instantiating a class - then it returns the address of this static instance.<o:p></o:p></p>
<p class="MsoNormal">3.) I don't use the Execution Engine to execute the static constructors - I took there address while the JIT process.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I can verify that I reach the lambda function when calling the static constructors, but the constructor of my class will never be called, because the application crashes before that.<o:p></o:p></p>
<p class="MsoNormal">Does anyone got TLS running on Windows? Am I overseeing something? I'm still a beginner (with annoying questions as I fear...)<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Kind greetings and thank you for reading<o:p></o:p></p>
<p class="MsoNormal">Björn<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">@Lang: Sorry for pinging you... You seem to know so much about this area and Windows…<o:p></o:p></p>
</div>
Als GmbH eingetragen im Handelsregister Bad Homburg v.d.H. HRB 9816, USt.ID-Nr. DE 114 165 789 Geschäftsführer: Dr. Hiroshi Nakamura, Dr. Robert Plank, Markus Bode, Heiko Lampert, Takashi Nagano, Takeshi Fukushima. Junichi Tajika
</body>
</html>