diff --git a/lib/Interpreter/Interpreter.cpp b/lib/Interpreter/Interpreter.cpp index a7fb7f7888..916c894081 100644 --- a/lib/Interpreter/Interpreter.cpp +++ b/lib/Interpreter/Interpreter.cpp @@ -209,7 +209,7 @@ namespace cling { } m_IncrParser->SetTransformers(parentInterp); - + if (!m_LLVMContext) { // Never true, but don't tell the compiler. // Force symbols needed by runtime to be included in binaries.