[llvm-commits] [llvm] r58411 - /llvm/trunk/include/llvm/Support/DataTypes.h.in

Eric Christopher echristo at apple.com
Wed Oct 29 18:18:50 PDT 2008


>>
> The problem comes when someone tries to compile a JIT that #includes
> the DataTypes.h file. This header is where it's coming from:
>
>    include/llvm/ExecutionEngine/JITMemoryManager.h:

Yep, they're likely defining __STDC_LIMIT_MACROS themselves - they  
need to for __STDC_CONSTANT_MACROS as well.

-eric



More information about the llvm-commits mailing list