mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 19:59:57 +00:00
Later computations assume we are aligned at this point.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e25514d0a5
commit
c1fe16610a
@ -2979,12 +2979,13 @@ private:
|
||||
sizeof(int8_t) - // LPStart format
|
||||
sizeof(int8_t) - // TType format
|
||||
sizeof(int8_t); // TType base offset (NEED ULEB128)
|
||||
|
||||
|
||||
// Begin the exception table.
|
||||
Asm->SwitchToDataSection(TAI->getDwarfExceptionSection());
|
||||
O << "GCC_except_table" << SubprogramCount << ":\n";
|
||||
Asm->EmitAlignment(2);
|
||||
EmitLabel("exception", SubprogramCount);
|
||||
|
||||
|
||||
// Emit the header.
|
||||
Asm->EmitInt8(DW_EH_PE_omit);
|
||||
Asm->EOL("LPStart format (DW_EH_PE_omit)");
|
||||
|
Loading…
Reference in New Issue
Block a user