Revert r280909 "unwind-d2 build workaround for arm64"

We no longer try to build unwind-dw2.c on arm64 so no need for this
workaround.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2018-01-12 20:03:24 +00:00
parent 224e0c2f61
commit 982fabe12e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327889

View File

@ -1393,16 +1393,7 @@ uw_advance_context (struct _Unwind_Context *context, _Unwind_FrameState *fs)
static inline void
init_dwarf_reg_size_table (void)
{
/*
* ARM64TODO: http://llvm.org/pr22997
* llvm 3.6 doesn't support __builtin_init_dwarf_reg_size_table on AArch64.
*/
#ifdef __aarch64__
printf("Unimplemented: init_dwarf_reg_size_table\n");
abort();
#else
__builtin_init_dwarf_reg_size_table (dwarf_reg_size_table);
#endif
}
static void