[compiler-rt] r194886 - Revert premature instructions to build __sync_fetch_*
Tim Northover
tnorthover at apple.com
Fri Nov 15 15:26:29 PST 2013
Author: tnorthover
Date: Fri Nov 15 17:26:29 2013
New Revision: 194886
URL: http://llvm.org/viewvc/llvm-project?rev=194886&view=rev
Log:
Revert premature instructions to build __sync_fetch_*
My commits got a bit twisted when I was working on both embedded support and
__sync stuff on the same branch. Sorry about that.
Modified:
compiler-rt/trunk/make/platform/clang_darwin_embedded.mk
Modified: compiler-rt/trunk/make/platform/clang_darwin_embedded.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin_embedded.mk?rev=194886&r1=194885&r2=194886&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin_embedded.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin_embedded.mk Fri Nov 15 17:26:29 2013
@@ -186,26 +186,6 @@ THUMB2_FUNCTIONS := \
switch32 \
switch8 \
switchu8 \
- sync_fetch_and_add_4 \
- sync_fetch_and_sub_4 \
- sync_fetch_and_and_4 \
- sync_fetch_and_or_4 \
- sync_fetch_and_xor_4 \
- sync_fetch_and_nand_4 \
- sync_fetch_and_max_4 \
- sync_fetch_and_umax_4 \
- sync_fetch_and_min_4 \
- sync_fetch_and_umin_4 \
- sync_fetch_and_add_8 \
- sync_fetch_and_sub_8 \
- sync_fetch_and_and_8 \
- sync_fetch_and_or_8 \
- sync_fetch_and_xor_8 \
- sync_fetch_and_nand_8 \
- sync_fetch_and_max_8 \
- sync_fetch_and_umax_8 \
- sync_fetch_and_min_8 \
- sync_fetch_and_umin_8
I386_FUNCTIONS := \
i686.get_pc_thunk.eax \
More information about the llvm-commits
mailing list