forked from OSchip/llvm-project
External symbols are const char*'s now, change this to match.
llvm-svn: 18008
This commit is contained in:
parent
b3e3840e5c
commit
2d1c4962f3
|
@ -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