[LLVMdev] Windows build problems...

Eric Christopher echristo at apple.com
Fri Dec 19 16:07:19 PST 2008


On Dec 19, 2008, at 4:00 PM, steve naroff wrote:

> Folks,
>
> I'm having a bizarre build failure on Windows (having to do with  
> basic types such as uint8_t, uint32_t).
>
> I've done a clean build and it doesn't seem to fix the problem (I  
> made sure DataTypes.h was removed and regenerated).
>
> I searched through the recent llvm commits and can't find anything  
> relevant to this file or data type.
>
> If you build llvm on Windows, please let me know if you are seeing  
> the same problems.
>

I think Chris just fixed at least one of them. uint8_t is probably not  
guaranteed to be an included type on windows without the right header.

-eric



More information about the llvm-dev mailing list