On Sat, Sep 8, 2012 at 1:08 AM, Anton Korobeynikov <[email protected]> wrote:
> Author: asl > Date: Sat Sep 8 03:08:27 2012 > New Revision: 163464 > > URL: http://llvm.org/viewvc/llvm-project?rev=163464&view=rev > Log: > Provide some ACLE C defines. This should fix PR13796 > Is this something we can add to our regression test suite? Particularly: > - > + Builder.defineMacro("__ARM_ARCH", CPUArch.substr(0, 1)); > + StringRef CPUProfile = getCPUProfile(CPU); > + if (!CPUProfile.empty()) > + Builder.defineMacro("__ARM_ARCH_PROFILE", CPUProfile); > We should definitely check for the newly defined macros.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
