Update to the the interface change, couple of rev ago.
This commit is contained in:
parent
f65dc0f3a9
commit
f324b7c66b
@ -508,8 +508,7 @@ namespace cling {
|
||||
//
|
||||
if (m_CurTransaction->getState() == Transaction::kCommitted) {
|
||||
std::string mangledName;
|
||||
const NamedDecl* ND = cast<NamedDecl>(GD.getDecl());
|
||||
utils::Analyze::maybeMangleDeclName(ND, mangledName);
|
||||
utils::Analyze::maybeMangleDeclName(GD, mangledName);
|
||||
|
||||
llvm::GlobalValue* GV
|
||||
= m_CurTransaction->getModule()->getNamedValue(mangledName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user