]> granicus.if.org Git - clang/commit
Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h
authorHans Wennborg <hans@hanshq.net>
Wed, 25 Sep 2013 22:34:03 +0000 (22:34 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 25 Sep 2013 22:34:03 +0000 (22:34 +0000)
commite7346c15021adbc9bc9b45fd28b7e56ebe88f49f
treee8d51301d41e2331d79ceb13912b57a250f92ed2
parente3e686f5d16ac2a8a0da658935cd79ef3ada546d
Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h

These symbols were showing up as undefined when trying to link programs on
Android. We should match libgcc's behaviour and provide inline definitions
of these on ARM.

It seems unwind.h on ARM/Darwin doesn't provide inline definitions, so we
just declare them for that platform.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191406 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/unwind.h