mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-04 22:28:27 +00:00
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -87,7 +87,8 @@ public:
|
||||
virtual bool
|
||||
IsSymbolRefDifferenceFullyResolved(const MCAssembler &Asm,
|
||||
const MCSymbolRefExpr *A,
|
||||
const MCSymbolRefExpr *B) const = 0;
|
||||
const MCSymbolRefExpr *B,
|
||||
bool InSet) const;
|
||||
|
||||
/// Check if a fixup is fully resolved.
|
||||
///
|
||||
@@ -99,9 +100,6 @@ public:
|
||||
bool IsPCRel,
|
||||
const MCFragment *DF) const = 0;
|
||||
|
||||
virtual bool isAbsolute(bool IsSet, const MCSymbol &A,
|
||||
const MCSymbol &B) const = 0;
|
||||
|
||||
/// Write the object file.
|
||||
///
|
||||
/// This routine is called by the assembler after layout and relaxation is
|
||||
|
Reference in New Issue
Block a user