summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.h
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-10-22 02:37:29 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-10-22 02:37:29 +0000
commit819f391dae1873a36a8483a4f485fb18c7cf80c7 (patch)
tree256c3309d9fc25218caf884bb581532f595960ea /clang/lib/Driver/ToolChains.h
parentb0fc4cf3b916b54aaa11b5762101bebde7b91b86 (diff)
downloadbcm5719-llvm-819f391dae1873a36a8483a4f485fb18c7cf80c7.tar.gz
bcm5719-llvm-819f391dae1873a36a8483a4f485fb18c7cf80c7.zip
Driver: rename Windows to MSVCToolChain
This renames the Windows toolchain to MSVCToolChain. This is a preparatory step for adding a CrossWindowsToolChain which uses clang/libc++/(ld/lld) without the standard GCC toolchain lookup. NFC. llvm-svn: 220362
Diffstat (limited to 'clang/lib/Driver/ToolChains.h')
-rw-r--r--clang/lib/Driver/ToolChains.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h
index 291e9abc832..35043602338 100644
--- a/clang/lib/Driver/ToolChains.h
+++ b/clang/lib/Driver/ToolChains.h
@@ -727,10 +727,10 @@ public:
bool isPICDefaultForced() const override;
};
-class LLVM_LIBRARY_VISIBILITY Windows : public ToolChain {
+class LLVM_LIBRARY_VISIBILITY MSVCToolChain : public ToolChain {
public:
- Windows(const Driver &D, const llvm::Triple &Triple,
- const llvm::opt::ArgList &Args);
+ MSVCToolChain(const Driver &D, const llvm::Triple &Triple,
+ const llvm::opt::ArgList &Args);
bool IsIntegratedAssemblerDefault() const override;
bool IsUnwindTablesDefault() const override;
OpenPOWER on IntegriCloud