summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/macho_embedded
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins.Chris Bieneman2015-10-091-2/+0
| | | | llvm-svn: 249914
* [CMake] hand tuning the macho_embedded export lists to match the current ↵Chris Bieneman2015-10-092-2/+1
| | | | | | Xcode distribution. llvm-svn: 249912
* [CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins ↵Chris Bieneman2015-10-012-10/+10
| | | | | | | | so they don't get included on 'm' architectures. NFC. This should help make the compiler-rt build less noisy. llvm-svn: 249084
* [CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter ↵Chris Bieneman2015-09-291-0/+4
| | | | | | | | lists change. We need to make sure that if you change the builtin filter lists CMake re-generates its configurations so it includes the right builtins in the generated libraries. llvm-svn: 248852
* [CMake] [Darwin] Support building the macho_embedded builtin libraries.Chris Bieneman2015-09-294-0/+142
Summary: This ports functionality from the clang_macho_embedded.mk platform makefile over to CMake. Reviewers: bogner, samsonov, bob.wilson Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D13226 llvm-svn: 248850
OpenPOWER on IntegriCloud