From e16a3b2e197d5cd44d761dbc3c0edb35e212a880 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Tue, 17 Mar 2020 18:38:45 +0200 Subject: [PATCH] BuryPointer went to llvm. --- lib/Interpreter/Interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Interpreter/Interpreter.cpp b/lib/Interpreter/Interpreter.cpp index 12c341ba..3522f00f 100644 --- a/lib/Interpreter/Interpreter.cpp +++ b/lib/Interpreter/Interpreter.cpp @@ -583,7 +583,7 @@ namespace cling { if (DisableFree) { CI->resetAndLeakSema(); CI->resetAndLeakASTContext(); - BuryPointer(CI->takeASTConsumer().get()); + llvm::BuryPointer(CI->takeASTConsumer().get()); } else { CI->setSema(nullptr); CI->setASTContext(nullptr);