diff --git a/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp b/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp index c98a3be0ed..f77d4adec2 100644 --- a/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp +++ b/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp @@ -77,7 +77,7 @@ CreateHostTargetMachine(const clang::CompilerInstance& CI) { #if defined(__powerpc64__) || defined(__PPC64__) // We have to use large code model for PowerPC64 because TOC and text sections // can be more than 2GB apart. - JTMB->setCodeModel(CodeModel::Large); + //JTMB->setCodeModel(CodeModel::Large); #endif std::unique_ptr TM = cantFail(JTMB->createTargetMachine());