<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-size: 12pt;">I mentioned the command I used in of my messages in this thread.  And of course I used clang++.exe to do it, not "LLVM".  I just meant I was using LLVM toolchain on the Developer Command Prompt for VS 2017.  Anyway, I'm trying
 again to build LLVM now.  I do have the MSVC compiler toolchain, but I want to try using the LLVM toolchain in Visual Studio since it's possible to do so.  </div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> David Greene <dag@cray.com><br>
<b>Sent:</b> Thursday, December 13, 2018 12:18 AM<br>
<b>To:</b> Osman Zakir<br>
<b>Cc:</b> llvm-dev@lists.llvm.org<br>
<b>Subject:</b> Re: [llvm-dev] Using LLD to link against third-party libraries? How?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Osman Zakir <osmanzakir90@hotmail.com> writes:<br>
<br>
> LLVM on a Developer Command Prompt. <br>
<br>
I don't know what you mean by that.  "LLVM" isn't a command.  Can you<br>
post the exact command you use to link?<br>
<br>
> The ones I want to fix first are the ones from Boost and Jinja2Cpp. I<br>
> saw some from those as well.<br>
<br>
I'm not at all familiar with Jinja2Cpp.  Is it possible it needs some<br>
explicit template instantiations?<br>
<br>
> If there any standard library ones missing, could it be because I<br>
> couldn't get it to build libcxx? I did try to include that, but it<br>
> seems to be missing. What should I do?<br>
<br>
Are you saying you tried to build libc++ and couldn't?  I don't know<br>
what C++ standard library clang uses by default on Windows.  If you<br>
don't have a C++ standard library nothing will work.<br>
<br>
I would concentrate on the standard library symbols first, because the<br>
way that works is well-understood by everyone here.  Once you get that<br>
working you may find a lot of the other stuff goes away.<br>
<br>
                           -David<br>
</div>
</span></font></div>
</body>
</html>