<br><br><div class="gmail_quote">On Fri, Dec 31, 2010 at 2:10 PM, Oscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Author: ofv<br>
Date: Fri Dec 31 13:10:49 2010<br>
New Revision: 122648<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=122648&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=122648&view=rev</a><br>
Log:<br>
CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler<br>
options. If we are building with exceptions/rtti disabled, we replace<br>
/EHsc with /EHs-c- and /GR with /GR-, respectively. If we just add the<br>
disabling options we get warnings like this:<br>
<br>
cl : Command line warning D9025 : overriding '/EHs' with '/EHs-'<br><br></blockquote><div><br></div><div>Hi Oscar,</div><div><br></div><div>This patch doesn't work for me using MSVC 2008. I get RTTI and exception enabled all over again.</div>
<div><br></div></div><br>