<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
Hi Osman,<br>
<br>
You can’t enable the static CRT through the command-line. You would need to apply this patch: https://reviews.llvm.org/D55056<br>
(although it doesn’t work with lldb)<br>
<br>
Alex.
<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>De :</b> llvm-dev <llvm-dev-bounces@lists.llvm.org> de la part de Osman Zakir via llvm-dev <llvm-dev@lists.llvm.org><br>
<b>Envoyé :</b> 28 octobre 2019 07:47:43<br>
<b>À :</b> llvm-dev@lists.llvm.org <llvm-dev@lists.llvm.org><br>
<b>Objet :</b> Re: [llvm-dev] How to Switch to Static Runtime and Enable C++ Exceptions?</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif; font-size:12pt">
I ran this command "cmake -S../llvm -G"Visual Studio 16 2019" -Thost=x64 -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_BUILD_TYPE=Release -DCMAKE_MSVC_RUNTIME_LIBRARY=MT -DCMAKE_CXX_FLAGS="/permissive- /EHsc /std:c++17 /O2 /MT /D_SILENCE_ALL_CXX_DEPRECATION_WARNINGS"
 -DLLVM_ENABLE_RTTI=On -DLLVM_ENABLE_EH=ON -DCMAKE_CXX_STANDARD=17 -DPYTHON_HOME=C:/Users/Osman/AppData/Local/Programs/Python/Python38 -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld;lldb;libcxx;libcxxabi"".  But I still get "Using Release VC++ CRT: MD",
 and also the CMake warning: "<span>CMake Warning at utils/benchmark/CMakeLists.txt:244 (message):<br>
</span><span>  Using std::regex with exceptions disabled is not fully supported</span>".  </div>
<div style="color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif; font-size:12pt">
<br>
</div>
<div style="color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif; font-size:12pt">
Please help.</div>
<div dir="ltr">
<div style="color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif; font-size:12pt">
<span></span></div>
</div>
</div>
</body>
</html>