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

Unified Diff: lib/Driver/ToolChains.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 | « lib/Driver/HostInfo.cpp ('k') | lib/Driver/ToolChains.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Driver/ToolChains.h
===================================================================
--- lib/Driver/ToolChains.h (revision 105793)
+++ lib/Driver/ToolChains.h (working copy)
@@ -303,6 +303,14 @@ private:
};
+class LLVM_LIBRARY_VISIBILITY WindowsClang : public Generic_GCC {
+public:
+ WindowsClang(const HostInfo &Host, const llvm::Triple& Triple);
+
+ virtual Tool &SelectTool(const Compilation &C, const JobAction &JA) const;
+ bool IsIntegratedAssemblerDefault() const { return true; }
+};
+
} // end namespace toolchains
} // end namespace driver
} // end namespace clang
« no previous file with comments | « lib/Driver/HostInfo.cpp ('k') | lib/Driver/ToolChains.cpp » ('j') | no next file with comments »

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