r349388 - Fix build after r349380

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 17 12:25:42 PST 2018


Author: arphaman
Date: Mon Dec 17 12:25:41 2018
New Revision: 349388

URL: http://llvm.org/viewvc/llvm-project?rev=349388&view=rev
Log:
Fix build after r349380

Modified:
    cfe/trunk/include/clang/Basic/TargetOptions.h

Modified: cfe/trunk/include/clang/Basic/TargetOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/TargetOptions.h?rev=349388&r1=349387&r2=349388&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/TargetOptions.h (original)
+++ cfe/trunk/include/clang/Basic/TargetOptions.h Mon Dec 17 12:25:41 2018
@@ -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




More information about the cfe-commits mailing list