Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 19:29:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 233664] enable LLVM libunwind for armv7, armv6, arm
Message-ID:  <bug-233664-29464-TjSl8RfZo4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233664-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233664-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=3D233664

Dimitry Andric <dim@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org

--- Comment #1 from Dimitry Andric <dim@FreeBSD.org> ---
Ed, I'm OK with the version map changes, but I don't see where struct
_Unwind_Exception comes from normally?  The continueUnwind function just be=
low
your change also uses a _Unwind_Exception pointer, and it seems to compile =
just
fine on other platforms...=20

I see _Unwind_Exception is declared in unwind-arm.h and unwind-itanium.h, b=
ut
the former is not included in case of arm, for some reason?

Similar for _Unwind_State, this is declared in unwind-arm.h, so it clearly
includes that file, if there's a conflict?

--=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-233664-29464-TjSl8RfZo4>