[llvm-bugs] [Bug 29150] New: Canadian cross LLVM/Clang fails to build using mingw-w64
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Aug 26 07:11:07 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=29150
Bug ID: 29150
Summary: Canadian cross LLVM/Clang fails to build using
mingw-w64
Product: new-bugs
Version: 3.8
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: alfedotov at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
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 ?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160826/c7cf1b1c/attachment.html>
More information about the llvm-bugs
mailing list