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

Bill Wendling isanbard at gmail.com
Wed Oct 29 18:21:41 PDT 2008


On Wed, Oct 29, 2008 at 6:18 PM, Eric Christopher <echristo at apple.com> wrote:
>>>
>> 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.
>
Indeed they do! I'll revert my revertion.

-bw



More information about the llvm-commits mailing list