mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
- Emit new line after each FDE.
- Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -97,7 +97,7 @@ void DwarfException::EmitCommonInformationEntry(const Function *Personality,
|
|||||||
Asm->EmitInt8(RI->getDwarfRegNum(RI->getRARegister(), true));
|
Asm->EmitInt8(RI->getDwarfRegNum(RI->getRARegister(), true));
|
||||||
Asm->EOL("CIE Return Address Column");
|
Asm->EOL("CIE Return Address Column");
|
||||||
|
|
||||||
// If there is a personality, we need to indicate the functions location.
|
// If there is a personality, we need to indicate the function's location.
|
||||||
if (Personality) {
|
if (Personality) {
|
||||||
Asm->EmitULEB128Bytes(7);
|
Asm->EmitULEB128Bytes(7);
|
||||||
Asm->EOL("Augmentation Size");
|
Asm->EOL("Augmentation Size");
|
||||||
@@ -240,6 +240,8 @@ EmitFrameDescriptionEntry(const FunctionEHFrameInfo &EHFrameInfo) {
|
|||||||
if (const char *UsedDirective = MAI->getUsedDirective())
|
if (const char *UsedDirective = MAI->getUsedDirective())
|
||||||
O << UsedDirective << EHFrameInfo.FnName << "\n\n";
|
O << UsedDirective << EHFrameInfo.FnName << "\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Asm->EOL();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// SharedTypeIds - How many leading type ids two landing pads have in common.
|
/// SharedTypeIds - How many leading type ids two landing pads have in common.
|
||||||
|
|||||||
Reference in New Issue
Block a user