mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-20 10:24:12 +00:00
add some fixme's for MCizing. EH still has a few things that
need to be MCized, but the last debug info thing are LEB and cygwin specific (which the MC api doesn't support yet) and one specific form of EmitReference which I'll tackle next. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -280,7 +280,7 @@ void DwarfException::EmitFDE(const FunctionEHFrameInfo &EHFrameInfo) {
|
||||
Asm->OutStreamer.EmitSymbolAttribute(EHFrameInfo.FunctionEHSym,
|
||||
MCSA_NoDeadStrip);
|
||||
}
|
||||
Asm->O << '\n';
|
||||
Asm->OutStreamer.AddBlankLine();
|
||||
}
|
||||
|
||||
/// SharedTypeIds - How many leading type ids two landing pads have in common.
|
||||
|
Reference in New Issue
Block a user