summaryrefslogtreecommitdiff
path: root/lib/builtins/macho_embedded
AgeCommit message (Collapse)Author
2015-10-09[CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins.Chris Bieneman
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249914 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-09[CMake] hand tuning the macho_embedded export lists to match the current ↵Chris Bieneman
Xcode distribution. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249912 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-01[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins ↵Chris Bieneman
so they don't get included on 'm' architectures. NFC. This should help make the compiler-rt build less noisy. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249084 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-29[CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter ↵Chris Bieneman
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248852 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-29[CMake] [Darwin] Support building the macho_embedded builtin libraries.Chris Bieneman
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 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248850 91177308-0d34-0410-b5e6-96231b3b80d8