summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2018-12-17 20:25:41 +0000
committerAlex Lorenz <arphaman@gmail.com>2018-12-17 20:25:41 +0000
commit2905053bebb519735d0b17745dd006aa497ab6e7 (patch)
treed6cd5e514fb2fec3290110342a921330fa0302e1
parent43436b31e62c45dcac4c2306184ca7f56785f9bc (diff)
Fix build after r349380
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@349388 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/TargetOptions.h2
1 files changed, 1 insertions, 1 deletions
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