[Lldb-commits] [lldb] r238283 - Changed Flags::clang_type_resolve_state to unsigned for gcc

Ed Maste emaste at freebsd.org
Wed May 27 07:10:23 PDT 2015


On 27 May 2015 at 00:54, Vince Harron <vince at 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



More information about the lldb-commits mailing list