Date: Sat, 06 May 2017 19:20:27 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219103] devel/llvm39: cannot compile any program with it on ARM - inconsistent sjlj choice between CodeGen and MC Message-ID: <bug-219103-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219103 Bug ID: 219103 Summary: devel/llvm39: cannot compile any program with it on ARM - inconsistent sjlj choice between CodeGen and MC Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: brooks@FreeBSD.org Reporter: sylvain@sylvaingarrigues.com CC: freebsd-arm@FreeBSD.org CC: freebsd-arm@FreeBSD.org Assignee: brooks@FreeBSD.org Flags: maintainer-feedback?(brooks@FreeBSD.org) Trying to compile a C++ Hello, World! on my raspberry pi or even in an AMD64 poudriere with qemu for ARM: # clang39 -c hello.cpp -o hello.o Assertion failed: ((!TM.getMCAsmInfo() || (TM.getMCAsmInfo()->getExceptionHandlingType() =3D=3D ExceptionHandling::Sj= Lj) =3D=3D UseSjLjEH) && "inconsistent sjlj choice between CodeGen and MC"), function initializeEnvironment, file /wrkdirs/usr/ports/devel/llvm39/work/llvm-3.9.1.src/lib/Target/ARM/ARMSubta= rget.cpp, line 111. The same happens with devel/llvm40. I have no problem with base clang. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219103-13>