Target: invert condition for Windows
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 24 Jul 2014 22:09:06 +0000 (22:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 24 Jul 2014 22:09:06 +0000 (22:09 +0000)
commit8dc8fb18d88b25af5cf214f3e4d4bcd5cb85be63
tree22df90b0d212e5f6a9fb35cbf32bc4e795f57088
parent4d189fb9a6441cf6e08b62fb1f4ec50042251444
Target: invert condition for Windows

The Microsoft ABI and MSVCRT are considered the canonical C runtime and ABI.
The long double routines are not part of this environment.  However, cygwin and
MinGW both provide supplementary implementations.  Change the condition to
reflect this reality.

llvm-svn: 213896
llvm/lib/Target/TargetLibraryInfo.cpp