summaryrefslogtreecommitdiff
path: root/lib/builtins/macho_embedded
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-10-01 22:01:06 +0000
committerChris Bieneman <beanz@apple.com>2015-10-01 22:01:06 +0000
commitc0baeff08a20a2f1001a4b67679a59d79d8b158e (patch)
treea173252a512b61374e2fd0dec78185e3d08ebf67 /lib/builtins/macho_embedded
parentf0f16df3d9a149c019cb993410bfb0afbb27e19f (diff)
[CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so they don't get included on 'm' architectures. NFC.
This should help make the compiler-rt build less noisy. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/builtins/macho_embedded')
-rw-r--r--lib/builtins/macho_embedded/thumb2-64.txt10
-rw-r--r--lib/builtins/macho_embedded/thumb2.txt10
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/builtins/macho_embedded/thumb2-64.txt b/lib/builtins/macho_embedded/thumb2-64.txt
new file mode 100644
index 000000000..1c72fb1c3
--- /dev/null
+++ b/lib/builtins/macho_embedded/thumb2-64.txt
@@ -0,0 +1,10 @@
+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
diff --git a/lib/builtins/macho_embedded/thumb2.txt b/lib/builtins/macho_embedded/thumb2.txt
index 9c19d7ceb..6add5ecd2 100644
--- a/lib/builtins/macho_embedded/thumb2.txt
+++ b/lib/builtins/macho_embedded/thumb2.txt
@@ -12,13 +12,3 @@ 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