diff options
| author | Tim Northover <tnorthover@apple.com> | 2013-11-15 23:26:29 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2013-11-15 23:26:29 +0000 |
| commit | 3ae5a369d87a44079e6b12e1978bdfaa2b89faac (patch) | |
| tree | 5f5cbd99614f232bddd0de36e7aae6db89f14d78 | |
| parent | 5100e8e9ae9e46c75a1b43172f0cd747bfe7dad9 (diff) | |
| download | bcm5719-llvm-3ae5a369d87a44079e6b12e1978bdfaa2b89faac.tar.gz bcm5719-llvm-3ae5a369d87a44079e6b12e1978bdfaa2b89faac.zip | |
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.
llvm-svn: 194886
| -rw-r--r-- | compiler-rt/make/platform/clang_darwin_embedded.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/compiler-rt/make/platform/clang_darwin_embedded.mk b/compiler-rt/make/platform/clang_darwin_embedded.mk index edf8198340a..3cea2e45c8a 100644 --- a/compiler-rt/make/platform/clang_darwin_embedded.mk +++ b/compiler-rt/make/platform/clang_darwin_embedded.mk @@ -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 \ |

