[PATCH] [lbc++abi] [unwinder] Support Cortex-m0

Saleem Abdulrasool compnerd at compnerd.org
Wed Sep 17 08:05:40 PDT 2014


================
Comment at: assembly.h:65
@@ +64,3 @@
+#if defined(__arm__)
+#ifndef __ARM_ARCH
+#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) ||                     \
----------------
The whole block of __ARM_ARCH seems incorrect to me.  What compiler are you trying to support?  Both clang and gcc have supported this part of the ACLE for some time now.

http://reviews.llvm.org/D5314






More information about the cfe-commits mailing list