]> granicus.if.org Git - clang/commitdiff
Fix build after r349380
authorAlex Lorenz <arphaman@gmail.com>
Mon, 17 Dec 2018 20:25:41 +0000 (20:25 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 17 Dec 2018 20:25:41 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349388 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetOptions.h

index 711e53627f3f389c8d56f9a7dcf46e36934ae027..fcccc5331a97372b1ce9413dbfdc127932e097d1 100644 (file)
@@ -76,7 +76,7 @@ public:
   std::string CodeModel;
 
   /// The version of the SDK which was used during the compilation.
-  VersionTuple SDKVersion;
+  llvm::VersionTuple SDKVersion;
 };
 
 }  // end namespace clang