<div dir="ltr">clang-cl recognizes -mllvm, so it shouldn't need escaping.<div><br></div><div>And in general, if you find that clang-cl does not recognize a flag, I recommend prefixing it with -clang:, which causes clang to treat it as a GCC-style option in the driver instead of escaping it. The short version is, use /clang:-fblah instead of -Xclang -fblah if possible.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 10, 2019 at 1:34 PM Osman Zakir <<a href="mailto:osmanzakir90@hotmail.com">osmanzakir90@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
Thanks for the reply.  Is "-Xclang -mllvm" fine, or should I remove the "-Xclang" from here as well?</div>
<div>
<div>
<blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote>
</div>
</div>
</div>

</blockquote></div>