Long & double data type support in LLVM

Hi,
I got some problems while compiling a “C” file which contains a long and double data type.
Does LLVM support the same data types?

Hi Kush Agarwal,

I got some problems while compiling a "C" file which contains a long and double
data type.

please be more precise. What compiler did you use (llvm-gcc, clang, dragonegg)?
What were you compiling and what kind of problems did you see?

Does LLVM support the same data types?

Yes.

Ciao,

Duncan.