<div dir="ltr">These kinds of crashes typically happen when you have something like a use-after-destroy of a temporary, like a misuse of Twine or std::initializer_list.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 13, 2016 at 3:47 PM, Arnold Schwaighofer via cfe-commits <span dir="ltr"><<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: arnolds<br>
Date: Thu Oct 13 17:47:03 2016<br>
New Revision: 284174<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=284174&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=284174&view=rev</a><br>
Log:<br>
Disable swiftcall test on windows: More brutal way to appease windows bots<br>
<br>
The backtrace on the bot does not give me any indication what is wrong.<br>
The test case interestingly passes in stage2 of the build.<br>
I don't have a way of debugging this.<br>
<br>
Disable the test on windows and hope if there is truly a bug in the code that<br>
was causing we will eventually run into this on other platforms.<br>
<br>
Modified:<br>
    cfe/trunk/test/CodeGen/64bit-<wbr>swiftcall.c<br>
<br>
Modified: cfe/trunk/test/CodeGen/64bit-<wbr>swiftcall.c<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/64bit-swiftcall.c?rev=284174&r1=284173&r2=284174&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/cfe/trunk/test/<wbr>CodeGen/64bit-swiftcall.c?rev=<wbr>284174&r1=284173&r2=284174&<wbr>view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- cfe/trunk/test/CodeGen/64bit-<wbr>swiftcall.c (original)<br>
+++ cfe/trunk/test/CodeGen/64bit-<wbr>swiftcall.c Thu Oct 13 17:47:03 2016<br>
@@ -3,6 +3,9 @@<br>
<br>
 // REQUIRES: aarch64-registered-target,x86-<wbr>registered-target<br>
<br>
+// The union_het_vecint test case crashes on windows bot but only in stage1 and not in stage2.<br>
+// UNSUPPORTED: system-windows<br>
+<br>
 #define SWIFTCALL __attribute__((swiftcall))<br>
 #define OUT __attribute__((swift_indirect_<wbr>result))<br>
 #define ERROR __attribute__((swift_error_<wbr>result))<br>
<br>
<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div>