[LLVMdev] DataTypes.h for Visual C
Óscar Fuentes
ofv at wanadoo.es
Thu Jul 1 10:21:08 PDT 2010
Jochen Wilhelmy <j.wilhelmy at arcor.de> writes:
> what about
> #if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS)
> in front of the constant macros for visual c to emulate
> the behaviour of stdint.h more precisely?
What is this good for?
The purpose of DataTypes.h is to provide the pieces LLVM needs and the
platform lacks. Reimplementing some missing header file is overkill,
IMHO.
More information about the llvm-dev
mailing list