aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-10-24 03:13:37 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-10-24 03:13:37 +0000
commit543a78b55ee993c2977fc2984f278f7ec0125765 (patch)
treeccb5913817c210eb5e0dc89bfce9f0620961c129 /clang/lib/Serialization/ModuleManager.cpp
parent2259400f8e112b580d6e2dfb55066fc94acf2190 (diff)
downloadllvm-543a78b55ee993c2977fc2984f278f7ec0125765.zip
llvm-543a78b55ee993c2977fc2984f278f7ec0125765.tar.gz
llvm-543a78b55ee993c2977fc2984f278f7ec0125765.tar.bz2
Driver: add CrossWindowsToolChain
This is a very basic toolchain. It supports cross-compiling Windows (primarily inspired by the WoA target). It is meant to use clang with the LLVM IAS and a binutils ld-compatible interface for the linker (eventually to be lld). It does not perform any "standard" GCC lookup, nor does it perform any special adjustments given that it is expected to be used in an environment where the user is using MSVCRT (and as such Visual Studio headers) and the Windows SDK. The primary runtime library is expected to be compiler-rt and the C++ implementation to be libc++. It also expects that a sysroot has been setup given the usual Unix semantics (standard C headers in /usr/include, all the import libraries available in /usr/lib). It also expects that an entry point stub is present in /usr/lib (crtbegin.obj for executables, crtbeginS.obj for shared libraries). The entry point stub is responsible for running any GNU constructors. llvm-svn: 220546
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions