summaryrefslogtreecommitdiffstats
path: root/compiler-rt/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
commitf0672f1187f5f2055e3c7e0af66b706819f421d2 (patch)
tree710dca7b150f37499a0063542637236edb835d4a /compiler-rt/lib/builtins/macho_embedded
parentf070688ecfc6428cf58d9eb794358bff2c5c5a15 (diff)
downloadbcm5719-llvm-f0672f1187f5f2055e3c7e0af66b706819f421d2.tar.gz
bcm5719-llvm-f0672f1187f5f2055e3c7e0af66b706819f421d2.zip
[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. llvm-svn: 249084
Diffstat (limited to 'compiler-rt/lib/builtins/macho_embedded')
-rw-r--r--compiler-rt/lib/builtins/macho_embedded/thumb2-64.txt10
-rw-r--r--compiler-rt/lib/builtins/macho_embedded/thumb2.txt10
2 files changed, 10 insertions, 10 deletions
diff --git a/compiler-rt/lib/builtins/macho_embedded/thumb2-64.txt b/compiler-rt/lib/builtins/macho_embedded/thumb2-64.txt
new file mode 100644
index 00000000000..1c72fb1c3c6
--- /dev/null
+++ b/compiler-rt/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/compiler-rt/lib/builtins/macho_embedded/thumb2.txt b/compiler-rt/lib/builtins/macho_embedded/thumb2.txt
index 9c19d7ceba4..6add5ecd2dc 100644
--- a/compiler-rt/lib/builtins/macho_embedded/thumb2.txt
+++ b/compiler-rt/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
OpenPOWER on IntegriCloud