ADT: introduce isWindowsItaniumEnvironment
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 6 Jun 2014 22:46:18 +0000 (22:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 6 Jun 2014 22:46:18 +0000 (22:46 +0000)
commit6c862ed02b5ca7ca16ab1e5fef3353902cd27209
treed2e5c70d2356a2e2b143e2ba6cbaeeee00ff76c1
parent8ef9d22f5bc501d5286e4087828f3dc0199b38f1
ADT: introduce isWindowsItaniumEnvironment

Add an isWindowsItaniumEnvironment function to Triple to mirror the other
Windows environments.  This is simply a utility function to check if we are
targeting windows-itanium rather than windows-msvc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210383 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Triple.h