Date: Mon, 22 Aug 2022 02:44:43 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 265949] llvm prints warnings like: The function '%142 = OpFunction %7 None %134' could not be inlined because the return instruction is not at the end of the function. This could be fixed by running merge-return before inlining. Message-ID: <bug-265949-29464-OHJapJiRtO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265949-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-265949-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265949 --- Comment #5 from Mark Millard <marklmi26-fbsd@yahoo.com> --- I tried building for armv7 and it gets the same sort of errors as i386 does: /wrkdirs/usr/ports/graphics/filament/work/filament-1.25.5/libs/bluegl/src/B= lueGLCoreLinuxImpl.S:25:5: error: invalid instruction mov __blue_glCore_glVertexAttrib4dARB@GOTPCREL(%rip), %r11 ^ /wrkdirs/usr/ports/graphics/filament/work/filament-1.25.5/libs/bluegl/src/B= lueGLCoreLinuxImpl.S:26:9: error: unexpected token in operand jmp *(%r11) ^ . . . (It looked like it would be some time before a FreeBSD server would try an armv7 build. So, after updating /usr/ports/ for other reasons, I tried this experiment.) --=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-265949-29464-OHJapJiRtO>