summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make/platform/clang_macho_embedded_test_input.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete remaining compiler-rt makefilesChris Bieneman2016-08-231-0/+0
| | | | | | | | | | | | | | | Summary: Since we can now build the builtins without a full toolchain these files should no longer be needed. This is the last vestige of autoconf! Reviewers: compnerd, iains, jroelofs Subscribers: dberris, llvm-commits Differential Revision: https://reviews.llvm.org/D23777 llvm-svn: 279539
* Macho-embedded: update build script for newer Clang behaviour.Tim Northover2014-01-211-0/+0
Clang now uses the *-apple-macho triples for embedded targets using MachO. The environment makes less pretences to be running an actual Mach kernel with all the support that would imply, so a few changes are needed to the build scripts: + The Apple way of detecting endianness applies in all cases so drop the __MACH__ test. + A quick rename since "darwin_embedded" no longer makes any sense. If there's no Mach going on, there's certainly no Darwin. + Change how we test for support for a platform. The functions we build don't need any SDK support (stdio.h, ...) so we don't need to check for it. llvm-svn: 199731
OpenPOWER on IntegriCloud