Please, someone commit this patch. This is a bugfix and it is important for
thumb remote tests.

Lauro
Index: gcc/config/arm/arm.h
===================================================================
--- gcc/config/arm/arm.h	(revision 319)
+++ gcc/config/arm/arm.h	(working copy)
@@ -2920,4 +2937,7 @@
     } \
   }
 
+#define LLVM_OVERRIDE_TARGET_ARCH() \
+  (TARGET_THUMB ? "thumb" : "arm")
+
 #endif /* ! GCC_ARM_H */
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to