From: Alex Lorenz Date: Mon, 17 Dec 2018 20:25:41 +0000 (+0000) Subject: Fix build after r349380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2905053bebb519735d0b17745dd006aa497ab6e7;p=clang Fix build after r349380 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349388 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/TargetOptions.h b/include/clang/Basic/TargetOptions.h index 711e53627f..fcccc5331a 100644 --- a/include/clang/Basic/TargetOptions.h +++ b/include/clang/Basic/TargetOptions.h @@ -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