diff options
-rw-r--r-- | include/llvm/CodeGen/MachineCodeEmitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineCodeEmitter.h b/include/llvm/CodeGen/MachineCodeEmitter.h index dc7aa5e09c..c9eabf3cc3 100644 --- a/include/llvm/CodeGen/MachineCodeEmitter.h +++ b/include/llvm/CodeGen/MachineCodeEmitter.h @@ -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. |