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)
commit24ade3b748503afd716a94436dcc0a317bc81e26
tree4e1af1e828f5ce27e0f2518f988dc5d3bfca6c34
parent0349d541d25d97e2f91bb971c4a9ebf392c43fd9
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213896 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetLibraryInfo.cpp