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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to