Compiler-rt: build fp_mode.c for macho_embedded variants too.It provides some functions needed by add/sub.
[CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins.llvm-svn: 249914
[CMake] hand tuning the macho_embedded export lists to match the current Xcode distribution.llvm-svn: 249912
[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so they don't get included on 'm' architectures. NFC.This should help make the compiler-rt build less noisy.llvm-svn: 24
[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so they don't get included on 'm' architectures. NFC.This should help make the compiler-rt build less noisy.llvm-svn: 249084
show more ...
[CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter lists change.We need to make sure that if you change the builtin filter lists CMake re-generates its configurations so it in
[CMake] [Darwin] [builtins] Make CMake re-generate if the builtin filter 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.Summary: This ports functionality from the clang_macho_embedded.mk platform makefile over to CMake.Reviewers: bogner, samson
[CMake] [Darwin] Support building the macho_embedded builtin libraries.Summary: This ports functionality from the clang_macho_embedded.mk platform makefile over to CMake.Reviewers: bogner, samsonov, bob.wilsonSubscribers: llvm-commitsDifferential Revision: http://reviews.llvm.org/D13226llvm-svn: 248850