[cfe-commits] r106715 - in /cfe/trunk/lib: Basic/Targets.cpp Frontend/InitPreprocessor.cpp Lex/PPMacroExpansion.cpp
Chris Lattner
clattner at apple.com
Wed Jun 23 22:41:37 PDT 2010
On Jun 23, 2010, at 7:02 PM, Eric Christopher wrote:
> Author: echristo
> Date: Wed Jun 23 21:02:00 2010
> New Revision: 106715
>
> URL: http://llvm.org/viewvc/llvm-project?rev=106715&view=rev
> Log:
> Add a __has_feature macro and
> target specific preprocessor define as well.
Hi Eric,
Is __HAS_TLS__ a macro defined by GCC? If not, please don't define it. __has_feature is plenty. If so, ok.
-Chris
More information about the cfe-commits
mailing list