summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Driver/ToolChains.h')
-rw-r--r--clang/lib/Driver/ToolChains.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h
index 66d7eef53ad..8931aec7899 100644
--- a/clang/lib/Driver/ToolChains.h
+++ b/clang/lib/Driver/ToolChains.h
@@ -744,14 +744,6 @@ protected:
Tool *buildAssembler() const override;
};
-class LLVM_LIBRARY_VISIBILITY Cygwin : public Generic_GCC {
-public:
- Cygwin(const Driver &D, const llvm::Triple &Triple,
- const llvm::opt::ArgList &Args);
-
-protected:
- Tool *buildLinker() const override;
-};
class LLVM_LIBRARY_VISIBILITY XCore : public ToolChain {
public:
OpenPOWER on IntegriCloud