Hi,
I am wondering whether the latest llvm-gcc version is 4.2. This is the latest version I can find on llvm web site.
Thanks a lot!
Best,
Linhai
Hi,
I am wondering whether the latest llvm-gcc version is 4.2. This is the latest version I can find on llvm web site.
Thanks a lot!
Best,
Linhai
Yes. And it is End of Life. Please use clang or dragonegg instead.
-eric
I am wondering whether the latest llvm-gcc version is 4.2. This is the
latest version I can find on llvm web site.
Yes, it is so. What you can find on llvm.org is the latest. If you
need something new - try clang or dragonegg.
Thanks a lot!
I have some codes which can be compiled by gcc, but not clang. In my case, I should try dragonegg?
Best
Linhai
I have some codes which can be compiled by gcc, but not clang. In my case, I should try dragonegg?
I'd suggest you to identify the source of this incompatibilities. So,
you'd need either fix your sources (because they are buggy / exploit
undefined behavior) or fire clang bug report.