ADT: windows itanium targets msvcrt.dll
[oota-llvm.git] / include / llvm / ADT / Triple.h
index 443239063c080825edf4bd3550358c3f96584822..fbc19f899d4ce5d2b10abad799dae383da8718f7 100644 (file)
@@ -397,7 +397,8 @@ public:
 
   /// \brief Is this a "Windows" OS targeting a "MSVCRT.dll" environment.
   bool isOSMSVCRT() const {
-    return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment();
+    return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() ||
+           isWindowsItaniumEnvironment();
   }
 
   /// \brief Tests whether the OS is Windows.