<div dir="ltr">My pending patch (under review) is supposed to fix this failure.<div><br></div><div>David</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 14, 2017 at 9:43 AM, Reid Kleckner via Phabricator <span dir="ltr"><<a href="mailto:reviews@reviews.llvm.org" target="_blank">reviews@reviews.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">rnk added inline comments.<br>
<br>
<br>
================<br>
Comment at: llvm/trunk/include/llvm/<wbr>ProfileData/InstrProfData.inc:<wbr>666<br>
+<br>
+#ifdef _WIN32<br>
 /* Runtime section names and name strings.  */<br>
----------------<br>
This ifdef breaks cross compiling. In particular, llvm/test/Instrumentation/<wbr>InstrProfiling/X86/alloc.ll is failing on Windows since this change. LLVM should choose the section name at runtime based on the target triple, not the host defines.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="https://reviews.llvm.org/D32023" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D32023</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>