On 27 May 2015 at 00:54, Vince Harron <vi...@nethacker.com> wrote:
> Author: vharron
> Date: Tue May 26 23:54:36 2015
> New Revision: 238283
> ...
> +#ifdef __GNUC__

Note that this is #defined by Clang too:

feynman% clang -dM -E -x c /dev/null | grep GNUC
#define __GNUC_MINOR__ 2
#define __GNUC_PATCHLEVEL__ 1
#define __GNUC_STDC_INLINE__ 1
#define __GNUC__ 4
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to