mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
This is not needed anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58406 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -107,15 +107,6 @@ namespace llvm {
|
|||||||
// JIT to manage a GOT for it.
|
// JIT to manage a GOT for it.
|
||||||
bool needsGOT() const { return useGOT; }
|
bool needsGOT() const { return useGOT; }
|
||||||
|
|
||||||
/// hasCustomConstantPool - Allows a target to specify that constant
|
|
||||||
/// pool address resolution is handled by the target.
|
|
||||||
virtual bool hasCustomConstantPool() const { return false; }
|
|
||||||
|
|
||||||
/// getCustomConstantPoolEntryAddress - When using a custom constant
|
|
||||||
/// pool, resolve a constant pool index to the address of where the
|
|
||||||
/// entry is stored.
|
|
||||||
virtual intptr_t getCustomConstantPoolEntryAddress(unsigned CPI) const
|
|
||||||
{return 0;}
|
|
||||||
protected:
|
protected:
|
||||||
bool useGOT;
|
bool useGOT;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user