Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1099)

Unified Diff: include/clang/Driver/HostInfo.h

Issue 1638043: MSVC tool chain and host info for the Clang driver. Base URL: http://llvm.org/svn/llvm-project/cfe/trunk/
Patch Set: Created 13 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/Driver/Driver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/clang/Driver/HostInfo.h
===================================================================
--- include/clang/Driver/HostInfo.h (revision 105793)
+++ include/clang/Driver/HostInfo.h (working copy)
@@ -82,6 +82,8 @@ const HostInfo *createLinuxHostInfo(const Driver &D,
const llvm::Triple& Triple);
const HostInfo *createTCEHostInfo(const Driver &D,
const llvm::Triple& Triple);
+const HostInfo *createWindowsHostInfo(const Driver &D,
+ const llvm::Triple& Triple);
const HostInfo *createUnknownHostInfo(const Driver &D,
const llvm::Triple& Triple);
« no previous file with comments | « no previous file | lib/Driver/Driver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b