basic: default to MSVC on Windows
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 17 Jul 2015 21:26:41 +0000 (21:26 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 17 Jul 2015 21:26:41 +0000 (21:26 +0000)
commit94f49511872a4a02bc9dbc31427a40fffda0d303
treefc3359e999dadc6fdd898611281120ca71f184b8
parentb873e84bd92f88966eca5834d5c5bcbca88608e3
basic: default to MSVC on Windows

The "armv7-windows", "i686-windows", and "x86_64-windows" targets should be
equivalent to the MSVC environment.  This was previously discussed when the
triples for Windows werw canonicalised.  Im not sure how this was overlooked.
This fixes the emission of non-COFF formats on Windows.

Thanks to ki9a for reporting this issue over IRC!

llvm-svn: 242574
clang/lib/Basic/Targets.cpp