summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2014-10-04 18:13:41 +0000
committerBob Wilson <bob.wilson@apple.com>2014-10-04 18:13:41 +0000
commitd2f1281e6c03346acec0a9461f37c0d554cd3dd6 (patch)
treeb4e5c7abf932111973b84a88333f27b24381a33c /compiler-rt/lib/builtins
parentd12555795e5c8cf05ff758b504206f22cf62b082 (diff)
downloadbcm5719-llvm-d2f1281e6c03346acec0a9461f37c0d554cd3dd6.tar.gz
bcm5719-llvm-d2f1281e6c03346acec0a9461f37c0d554cd3dd6.zip
Attempt to fix ARM/Linux after r219040.
llvm-svn: 219064
Diffstat (limited to 'compiler-rt/lib/builtins')
-rw-r--r--compiler-rt/lib/builtins/assembly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/assembly.h b/compiler-rt/lib/builtins/assembly.h
index 466d777d3e3..eb7de8a5124 100644
--- a/compiler-rt/lib/builtins/assembly.h
+++ b/compiler-rt/lib/builtins/assembly.h
@@ -28,7 +28,6 @@
// tell linker it can break up file at label boundaries
#define FILE_LEVEL_DIRECTIVE .subsections_via_symbols
#define SYMBOL_IS_FUNC(name)
-// rdar://problem/18523605
#if __ARM_ARCH_ISA_THUMB == 2
#define THUMB_FUNC .thumb_func
#endif
@@ -49,6 +48,7 @@
.scl 2 SEPARATOR \
.type 32 SEPARATOR \
.endef
+#define THUMB_FUNC
#define FILE_LEVEL_DIRECTIVE
#endif
OpenPOWER on IntegriCloud