mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
Resubmit the changes to llvm core to update the functions to support different pointer sizes on a per address space basis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -417,7 +417,7 @@ void DwarfException::EmitExceptionTable() {
|
||||
// that we're omitting that bit.
|
||||
TTypeEncoding = dwarf::DW_EH_PE_omit;
|
||||
// dwarf::DW_EH_PE_absptr
|
||||
TypeFormatSize = Asm->getDataLayout().getPointerSize();
|
||||
TypeFormatSize = Asm->getDataLayout().getPointerSize(0);
|
||||
} else {
|
||||
// Okay, we have actual filters or typeinfos to emit. As such, we need to
|
||||
// pick a type encoding for them. We're about to emit a list of pointers to
|
||||
|
Reference in New Issue
Block a user