<div dir="ltr">OK, I did it in  r242176.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 13, 2015 at 2:12 PM, Nico Weber <span dir="ltr"><<a href="mailto:thakis@chromium.org" target="_blank">thakis@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">On Mon, Jul 13, 2015 at 1:54 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank">rnk@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Mon, Jul 13, 2015 at 1:19 PM, Nico Weber <span dir="ltr"><<a href="mailto:thakis@chromium.org" target="_blank">thakis@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span>On Fri, Jul 10, 2015 at 3:25 PM, Reid Kleckner <span dir="ltr"><<a href="mailto:reid@kleckner.net" target="_blank">reid@kleckner.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: rnk<br>
Date: Fri Jul 10 17:25:44 2015<br>
New Revision: 241952<br>
<br>
URL: <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_llvm-2Dproject-3Frev-3D241952-26view-3Drev&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=BSqEv9KvKMW_Ob8SyngJ70KdZISM_ASROnREeq0cCxk&m=43o64PHy3PY8fHJJNk57N4dKCjTig5KKi1cqeZpMalA&s=O0MLvnqUJxG7KxnI0pjrsDPb7T4jFApDMs_sXczWSxU&e=" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=241952&view=rev</a><br>
Log:<br>
Disable C++ EH by default for clang-cl and MSVC environments<br>
<br>
We don't need any more bug reports from users telling us that MSVC-style<br>
C++ exceptions are broken. Developers and adventurous users can still<br>
test the existing functionality by passing along -fexceptions to either<br>
clang or clang-cl.<br></blockquote><div><br></div></span><div>Cool. Is it really worth it to make -fexceptions a core option though? One day, exceptions will work and then /EHsc does the right thing. Until then, regular users shouldn't use -fexceptions, and irregular users can use -Xclang -fexceptions (which makes this look unsupported, just like it is).</div></div></div></div></blockquote><div><br></div></span><div>Well, you really need to do '-Xclang -fcxx-exceptions -Xclang -fexceptions', which is pretty heinous.</div></div></div></div></blockquote><div><br></div></div></div><div>…which is ok since regular people shouldn't do this anyways, no?</div><div> </div></div><br></div></div>
</blockquote></div><br></div>