================ 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
