Lines Matching full:windows
2 How to build Windows Itanium applications.
8 This document contains information describing how to create a Windows Itanium toolchain.
10 Windows Itanium allows you to deploy Itanium C++ ABI applications on top of the MS VS CRT.
11 This environment can use the Windows SDK headers directly and does not required additional
14 Windows Itanium Stack:
21 * Is compatible with MS Windows SDK include headers.
31 * Clang with support for the windows-itanium triple.
43 Currently, there is a lack of a usable Windows compiler driver for Windows Itanium.
44 A reasonable work-around is to build clang with a windows-msvc default target and
45 then override the triple with e.g. "-Xclang -triple -Xclang x86_64-unknown-windows-itanium".
71 # Build an LLVM toolchain with support for Windows Itanium.
158 Windows Itanium does not offer a POSIX-like layer over WIN32.