[compiler-rt] r219064 - Attempt to fix ARM/Linux after r219040.

Bob Wilson bob.wilson at apple.com
Sat Oct 4 11:13:41 PDT 2014


Author: bwilson
Date: Sat Oct  4 13:13:41 2014
New Revision: 219064

URL: http://llvm.org/viewvc/llvm-project?rev=219064&view=rev
Log:
Attempt to fix ARM/Linux after r219040.

Modified:
    compiler-rt/trunk/lib/builtins/assembly.h

Modified: compiler-rt/trunk/lib/builtins/assembly.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/builtins/assembly.h?rev=219064&r1=219063&r2=219064&view=diff
==============================================================================
--- compiler-rt/trunk/lib/builtins/assembly.h (original)
+++ compiler-rt/trunk/lib/builtins/assembly.h Sat Oct  4 13:13:41 2014
@@ -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
 





More information about the llvm-commits mailing list