diff --git a/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp b/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp
index fc4c7785a058c58298f92dda9acfb2633abe574d..237c9c64f7d26fddc76595bd0089f3b4de27fc6d 100644
--- a/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp
+++ b/interpreter/cling/lib/Interpreter/IncrementalExecutor.cpp
@@ -95,7 +95,7 @@ std::unique_ptr<TargetMachine>
   std::string MCPU;
   std::string FeaturesStr;
 
-  TargetOptions Options = TargetOptions();
+  llvm::TargetOptions Options = llvm::TargetOptions();
 // We have to use large code model for PowerPC64 because TOC and text sections
 // can be more than 2GB apart.
 #if defined(__powerpc64__) || defined(__PPC64__)