[llvm-commits] [PATCHES] fix config.h include in public header
NAKAMURA Takumi
geek4civic at gmail.com
Sun Nov 27 16:15:36 PST 2011
2011/11/28 Duncan Sands <baldrick at free.fr>:
> what is cmakedefine01? I'm not competent to comment on the cmake stuff, but
> otherwise it looks good to me.
http://cmake.org/cmake/help/cmake-2-8-docs.html#command:configure_file
#cmakedefine01 FOOBAR
is replaced to
#define FOOBAR 1
or
#define FOOBAR 0
according to the variable FOOBAR in CMake.
FYI, ...Takumi
More information about the llvm-commits
mailing list