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? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101007/f44aa221/attachment.html>
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.
Reasonably Related Threads
- Inclusive language in LLVM: can we rename `job` in source code?
- Inclusive language in LLVM: can we rename `job` in source code?
- IntrusiveRefCntPtr vs std::shared_ptr
- [LLVMdev] example of language with vector as first class type
- [LLVMdev] Does DragonEgg support parameters like -fno-builtin in clang?