summaryrefslogtreecommitdiff
path: root/lib/builtins/Darwin-excludes
AgeCommit message (Collapse)Author
2016-03-29[Darwin] [Builtins] Cleaning up OS X exclude lists. NFC.Chris Bieneman
This just gets rid of a bunch of empty object file warnings. It doesn't impact the generated archives. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264751 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-29[Darwin] [Builtins] Remove multi3 from the exclude list.Chris Bieneman
This addresses PR27077. For some historical reason Darwin wasn't shipping multi3 in the compiler builtin library or in the OS builtin library. This caused building ffmpeg to fail because Polly was generating calls to multi3. It is easy enough to just add the builtin. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264750 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-29[Darwin] [Builtins] Cleaning up 10.4 exclude lists NFCChris Bieneman
This just gets rid of a bunch of empty object file warnings. It doesn't impact the generated archives. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264749 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-12[CMake] [Darwin] [Builitins] Removing muloti4 from the blacklists for arm.Chris Bieneman
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252965 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-12[CMake] [Darwin] [Builtins] Sorting and uniquing blacklists. NFC.Chris Bieneman
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@252964 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-09[CMake] Hand tuning the exclude lists for libclang_rt.10.4.aChris Bieneman
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249888 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-01[CMake] [builtins] [OS X] Adding all builtins that generate empty object ↵Chris Bieneman
files for OS X to the exclude lists. This should help make the compiler-rt build less noisy. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249070 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-01[CMake] [builtins] [iOS Sim] Adding all builtins that generate empty object ↵Chris Bieneman
files for the iOS simulator to the exclude lists. This should help make the compiler-rt build less noisy. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249068 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-01[CMake] [iOS] [builtins] Adding all builtins that generate empty object ↵Chris Bieneman
files for iOS to the exclude lists. This should help make the compiler-rt build less noisy. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249057 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-28[CMake] [Darwin] [builtins] Exclude aeabi builtins from iOS arm32 ↵Chris Bieneman
architectures since we don't support aeabi on iOS. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248744 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-23[CMake] [Darwin] Bug 21562 - Add a CMake equivalent for ↵Chris Bieneman
make/platform/clang_darwin.mk in compiler_rt Summary: Building the builtins on Darwin platforms is a bit complicated. This is a first-pass implementation of the functionality from clang_darwin.mk into CMake. When building the builtins on Darwin we have layers of blacklists that we apply based on platform, architecture, and minimum supported OS version. Reviewers: bogner, filcab, bob.wilson, samsonov Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D13059 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248383 91177308-0d34-0410-b5e6-96231b3b80d8