[PATCH] Preprocessor: improve ACLE 6.4 support

Saleem Abdulrasool compnerd at compnerd.org
Sat Jun 14 15:02:35 PDT 2014


Hi t.p.northover, joey,

This improves conformance with ACLE 6.4.1.  Define additional macros that
indicate support for the ARM and Thumb instruction set architecture.  This
includes the following set of macros:

  __ARM_ARCH
  __ARM_ARCH_ISA_ARM
  __ARM_ARCH_ISA_THUMB
  __ARM_32BIT_STATE

These help identify the environment that the code is intended to execute on.

http://reviews.llvm.org/D4146

Files:
  lib/Basic/Targets.cpp
  test/Preprocessor/arm-acle-6.4.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4146.10420.patch
Type: text/x-patch
Size: 5120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140614/5c98396b/attachment.bin>


More information about the cfe-commits mailing list