mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
External symbols are const char*'s now, change this to match.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b55d4fce2
commit
2dbdc8e3fe
@ -83,7 +83,7 @@ public:
|
||||
/// handle the situation.
|
||||
///
|
||||
virtual uint64_t getGlobalValueAddress(GlobalValue *V) = 0;
|
||||
virtual uint64_t getGlobalValueAddress(const std::string &Name) = 0;
|
||||
virtual uint64_t getGlobalValueAddress(const char *SymName) = 0;
|
||||
|
||||
// getConstantPoolEntryAddress - Return the address of the 'Index' entry in
|
||||
// the constant pool that was last emitted with the 'emitConstantPool' method.
|
||||
|
Loading…
Reference in New Issue
Block a user