From 2905053bebb519735d0b17745dd006aa497ab6e7 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Mon, 17 Dec 2018 20:25:41 +0000 Subject: [PATCH] Fix build after r349380 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349388 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/TargetOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1