]> granicus.if.org Git - clang/commit
Driver: add target definition for Windows on ARM
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 4 Apr 2014 20:31:19 +0000 (20:31 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 4 Apr 2014 20:31:19 +0000 (20:31 +0000)
commita92b40825a9a8345984433093b166d3b08353f8b
tree1c2879120f1354b6003762e297441a5c2f4c25a9
parent88c63daab3edd0f76729cbf69bf9bad0a7844136
Driver: add target definition for Windows on ARM

This introduces the definitions needed for the Windows on ARM target.  Add
target definitions for both the MSVC environment and the MSVC + Itanium C++ ABI
environment.  The Visual Studio definitions correspond to the definitions
provided by Visual Studio 2012.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205650 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticDriverKinds.td
lib/Basic/Targets.cpp
lib/Driver/ToolChain.cpp
lib/Driver/Tools.cpp
test/Driver/windows-arm-minimal-arch.c [new file with mode: 0644]
test/Parser/arm-windows-calling-convention-handling.c [new file with mode: 0644]
test/Preprocessor/woa-defaults.c [new file with mode: 0644]