]> granicus.if.org Git - clang/commit
ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs
authorTim Northover <tnorthover@apple.com>
Thu, 24 Oct 2013 10:48:50 +0000 (10:48 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 24 Oct 2013 10:48:50 +0000 (10:48 +0000)
commit66b5dac8b70229dfe7c7cc882de21b1265a6cdea
tree22c688f68fb02078f6528de71c982e3e8a235c7e
parent3c6aea7ac63265c769b5fe09e213ab1c4cee111e
ARM-Darwin: Use the *-*-darwin-eabi triple for v6m & v7m archs

These arch arguments are used for embedded targets (obviously) which need a
different calling convention to iOS.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193328 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/Driver/ToolChains.cpp
test/Driver/darwin-eabi.c
test/Frontend/darwin-eabi.c [new file with mode: 0644]