Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

__builtin_init_dwarf_reg_size_table (initDwarfEHRegSizeTable) needed for AArch64 #22996

Open Quuxplusone opened 9 years ago

Quuxplusone commented 9 years ago
Bugzilla Link PR22997
Status NEW
Importance P normal
Reported by emaste@freebsd.org
Reported on 2015-03-23 10:31:44 -0700
Last modified on 2016-01-19 12:34:35 -0800
Version trunk
Hardware PC FreeBSD
CC andrew@fubar.geek.nz, llvm-bugs@lists.llvm.org, rengolin@gmail.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
Building FreeBSD/arm64 fails with:

/tank/emaste/src/freebsd/gnu/lib/libgcc/../../../contrib/gcc/unwind-
dw2.c:1396:3: error: cannot compile this __builtin_init_dwarf_reg_size_table yet
  __builtin_init_dwarf_reg_size_table (dwarf_reg_size_table);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Quuxplusone commented 9 years ago
sparcv9 version for reference:
http://llvm.org/viewvc/llvm-project?view=revision&revision=202059
Quuxplusone commented 9 years ago

Proposed implementation in FreeBSD's Phabricator: https://reviews.freebsd.org/D3384