[compiler-rt] r249914 - [CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 9 15:46:20 PDT 2015
Author: cbieneman
Date: Fri Oct 9 17:46:19 2015
New Revision: 249914
URL: http://llvm.org/viewvc/llvm-project?rev=249914&view=rev
Log:
[CMake] [macho_embedded] [builtins] Need to also drop the bswap builtins.
Modified:
compiler-rt/trunk/lib/builtins/macho_embedded/common.txt
Modified: compiler-rt/trunk/lib/builtins/macho_embedded/common.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/macho_embedded/common.txt?rev=249914&r1=249913&r2=249914&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/macho_embedded/common.txt (original)
+++ compiler-rt/trunk/lib/builtins/macho_embedded/common.txt Fri Oct 9 17:46:19 2015
@@ -4,8 +4,6 @@ addvdi3
addvsi3
ashldi3
ashrdi3
-bswapdi2
-bswapsi2
clzdi2
clzsi2
cmpdi2
More information about the llvm-commits
mailing list