<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Canadian cross LLVM/Clang fails to build using mingw-w64"
   href="https://llvm.org/bugs/show_bug.cgi?id=29150">29150</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Canadian cross LLVM/Clang fails to build using mingw-w64
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.8
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alfedotov@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hello

I want to build LLVM/Clang using mingw-w64 on Ubuntu 16.04 for execution on
Windows to build ARM applications.

I already experienced LLVM bugs: 25953, 26365. But beat all of them.

Seem like final issue now is following one:
[ 87%] Linking CXX executable ../../../../bin/diagtool.exe
../../../../lib/libclangSema.a(SemaExpr.cpp.obj):SemaExpr.cpp:(.text$_ZN5clang4Sema18VerifyICEDiagnoserC2Eb[_ZN5clang4Sema18VerifyICEDiagnoserC2Eb]+0x10):
undefined reference to `vtable for clang::Sema::VerifyICEDiagnoser'
../../../../lib/libclangSema.a(SemaExpr.cpp.obj):SemaExpr.cpp:(.text$_ZN5clang4Sema18VerifyICEDiagnoserD2Ev[_ZN5clang4Sema18VerifyICEDiagnoserD2Ev]+0xf):
undefined reference to `vtable for clang::Sema::VerifyICEDiagnoser'
../../../../lib/libclangSema.a(SemaExpr.cpp.obj):SemaExpr.cpp:(.text$_ZN5clang21FunctionCallFilterCCCD2Ev[_ZN5clang21FunctionCallFilterCCCD2Ev]+0xf):
undefined reference to `.refptr._ZTVN5clang21FunctionCallFilterCCCE'

I have no idea what to do with it. 

May be do you know right way how to get this working ?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>