mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Move the EH symbol to the asm printer and use it for the SJLJ case too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -108,6 +108,7 @@ public:
|
||||
private:
|
||||
MCSymbol *CurrentFnBegin;
|
||||
MCSymbol *CurrentFnEnd;
|
||||
MCSymbol *CurExceptionSym;
|
||||
|
||||
// The garbage collection metadata printer table.
|
||||
void *GCMetadataPrinters; // Really a DenseMap.
|
||||
@@ -154,6 +155,7 @@ public:
|
||||
|
||||
MCSymbol *getFunctionBegin() const { return CurrentFnBegin; }
|
||||
MCSymbol *getFunctionEnd() const { return CurrentFnEnd; }
|
||||
MCSymbol *getCurExceptionSym();
|
||||
|
||||
/// Return information about object file lowering.
|
||||
const TargetLoweringObjectFile &getObjFileLowering() const;
|
||||
|
Reference in New Issue
Block a user