Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins. | Chris Bieneman | 2015-10-09 | 1 | -2/+0 |
| | | | | llvm-svn: 249914 | ||||
* | [CMake] hand tuning the macho_embedded export lists to match the current ↵ | Chris Bieneman | 2015-10-09 | 1 | -0/+1 |
| | | | | | | Xcode distribution. llvm-svn: 249912 | ||||
* | [CMake] [Darwin] Support building the macho_embedded builtin libraries. | Chris Bieneman | 2015-09-29 | 1 | -0/+93 |
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 |