<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks (especially for including the error). I've been trying to get to <a href="http://lab.llvm.org:8011" class="">lab.llvm.org:8011</a> to find out if it was my commit or not but the connection just terminates unexpectedly. The others emails I received at the same time weren't related to GlobalISel so I was hoping this one was the same issue. I'll take a look.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 23 Aug 2017, at 16:25, Victor Leschuk <<a href="mailto:vleschuk@accesssoftek.com" class="">vleschuk@accesssoftek.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class=""><p class="">Hello Daniel,</p><p class="">I had to revert your commit as it broke Windows build. Please
      see: <br class="">
    </p><p class=""><br class="">
    </p><p class=""><a class="moz-txt-link-freetext" href="http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/4394">http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/4394</a></p>
    <pre style="font-family: "Courier New", courier, monotype, monospace; font-size: inherit; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span class="stdout" style="font-family: "Courier New", courier, monotype, monospace;">FAILED: lib/Target/AArch64/CMakeFiles/LLVMAArch64CodeGen.dir/AArch64InstructionSelector.cpp.obj 
C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\cl.exe  /nologo /TP -DEXPENSIVE_CHECKS -DGTEST_HAS_RTTI=0 -DUNICODE -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_GLIBCXX_DEBUG -D_HAS_EXCEPTIONS=0 -D_SCL_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS -D_UNICODE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib\Target\AArch64 -IC:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\lib\Target\AArch64 -Iinclude -IC:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\include /DWIN32 /D_WINDOWS   /WX /Zc:inline /Zc:strictStrings /Oi /Zc:rvalueCast /W4 -wd4141 -wd4146 -wd4180 -wd4244 -wd4258 -wd4267 -wd4291 -wd4345 -wd4351 -wd4355 -wd4456 -wd4457 -wd4458 -wd4459 -wd4503 -wd4624 -wd4722 -wd4800 -wd4100 -wd4127 -wd4512 -wd4505 -wd4610 -wd4510 -wd4702 -wd4245 -wd4706 -wd4310 -wd4701 -wd4703 -wd4389 -wd4611 -wd4805 -wd4204 -wd4577 -wd4091 -wd4592 -wd4319 -wd4324 -w14062 -we4238 /MDd /Zi /Ob0 /Od /RTC1    /EHs-c- /GR- /showIncludes /Folib\Target\AArch64\CMakeFiles\LLVMAArch64CodeGen.dir\AArch64InstructionSelector.cpp.obj /Fdlib\Target\AArch64\CMakeFiles\LLVMAArch64CodeGen.dir\LLVMAArch64CodeGen.pdb /FS -c C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\lib\Target\AArch64\AArch64InstructionSelector.cpp
C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\lib\Target\AArch64\AArch64InstructionSelector.cpp(103): error C2664: 'llvm::InstructionSelector::MatcherInfoTy<`anonymous-namespace'::PredicateBitset,`anonymous-namespace'::AArch64InstructionSelector::ComplexMatcherMemFn>::MatcherInfoTy(llvm::InstructionSelector::MatcherInfoTy<`anonymous-namespace'::PredicateBitset,`anonymous-namespace'::AArch64InstructionSelector::ComplexMatcherMemFn> &&)': cannot convert argument 1 from 'initializer list' to 'const llvm::InstructionSelector::MatcherInfoTy<`anonymous-namespace'::PredicateBitset,`anonymous-namespace'::AArch64InstructionSelector::ComplexMatcherMemFn> &'
C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\lib\Target\AArch64\AArch64InstructionSelector.cpp(103): note: Reason: cannot convert from 'initializer list' to 'const llvm::InstructionSelector::MatcherInfoTy<`anonymous-namespace'::PredicateBitset,`anonymous-namespace'::AArch64InstructionSelector::ComplexMatcherMemFn>'
C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\llvm\lib\Target\AArch64\AArch64InstructionSelector.cpp(103): note: Invalid aggregate initialization</span></pre>
    <br class="">
    <div class="moz-cite-prefix">On 07/31/2017 03:31 PM, Daniel Sanders
      via Phabricator via llvm-commits wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:differential-rev-PHID-DREV-rhxrjdizqhmvwe3bqbeu-req@reviews.llvm.org" class="">
      <pre wrap="" class="">dsanders created this revision.
Herald added subscribers: igorb, javed.absar, kristof.beyls.

Depends on <a class="moz-txt-link-freetext" href="https://reviews.llvm.org/D36085">https://reviews.llvm.org/D36085</a>


<a class="moz-txt-link-freetext" href="https://reviews.llvm.org/D36086">https://reviews.llvm.org/D36086</a>

Files:
  include/llvm/CodeGen/GlobalISel/InstructionSelector.h
  include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  test/CodeGen/AArch64/GlobalISel/select-neon-vcvtfxu2fp.mir
  test/TableGen/GlobalISelEmitter.td
  utils/TableGen/GlobalISelEmitter.cpp

</pre>
      <br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br class="">
      <pre wrap="" class="">_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a>
</pre>
    </blockquote>
    <br class="">
    <pre class="moz-signature" cols="72">-- 
Best Regards,

Victor Leschuk | Software Engineer |Access Softek</pre>
  </div>

</div></blockquote></div><br class=""></body></html>