diff options
author | Chris Bieneman <beanz@apple.com> | 2015-10-09 22:46:19 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2015-10-09 22:46:19 +0000 |
commit | 6ed46bd3808ac4afa35f026846df25d98105efa1 (patch) | |
tree | e12e4cafbab15b5061aed56791d7376a01f20da6 | |
parent | 626f6a057c859389aa6eee7b5e3bb1dfc5e26b06 (diff) | |
download | bcm5719-llvm-6ed46bd3808ac4afa35f026846df25d98105efa1.tar.gz bcm5719-llvm-6ed46bd3808ac4afa35f026846df25d98105efa1.zip |
[CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins.
llvm-svn: 249914
-rw-r--r-- | compiler-rt/lib/builtins/macho_embedded/common.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/builtins/macho_embedded/common.txt b/compiler-rt/lib/builtins/macho_embedded/common.txt index 6902e08a690..6ac85a771fc 100644 --- a/compiler-rt/lib/builtins/macho_embedded/common.txt +++ b/compiler-rt/lib/builtins/macho_embedded/common.txt @@ -4,8 +4,6 @@ addvdi3 addvsi3 ashldi3 ashrdi3 -bswapdi2 -bswapsi2 clzdi2 clzsi2 cmpdi2 |