[LLVMdev] DataTypes.h Header File

Óscar Fuentes ofv at wanadoo.es
Sun Sep 5 18:56:35 PDT 2010


António Saragga Seabra <antseabra at gmail.com> writes:

> This is a beginner's question. I’m trying to compile Kaleidoscope Ch3
> example under MinGW. As I understand most errors result from header file
> DataTypes.h be missing.
> I was unable to find DataTypes.h header file in llvm/System folder. Instead,
> the folder contain DataTypes.h.in and DataTypes.h.cmake files. Shall I use
> them to create DataTypes.h header file? Any help would be much appreaciated!

You must tell your compiler to search for header files on the LLVM
source "include" subdirectory AND on the "include" subdirectory of your
build directory.




More information about the llvm-dev mailing list