<div dir="ltr">Yes that line is dead.  I caught it after uploading the patch, but didn't think it was worth uploading a new patch over.  In any case, I'll remove it before comitting.  Thanks!<br></div><br><div class="gmail_quote">On Wed, Mar 4, 2015 at 10:32 PM David Majnemer <<a href="mailto:david.majnemer@gmail.com">david.majnemer@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">================<br>
Comment at: lib/Support/Windows/Signals.<u></u>inc:15<br>
@@ -15,2 +14,3 @@<br>
 #include <algorithm><br>
+#include <setjmp.h><br>
 #include <signal.h><br>
----------------<br>
This is dead now, no?<br>
<br>
================<br>
Comment at: lib/Support/Windows/Signals.<u></u>inc:387-388<br>
@@ +386,4 @@<br>
+<br>
+  STACKFRAME64 StackFrame = {0};<br>
+  CONTEXT Context = {0};<br>
+  ::RtlCaptureContext(&Context);<br>
----------------<br>
You could simplify this a little bit more if you'd like with:<br>
  STACKFRAME64 StackFrame = {};<br>
  CONTEXT Context = {};<br>
<br>
<a href="http://reviews.llvm.org/D8068" target="_blank">http://reviews.llvm.org/D8068</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div>