tags:

views:

326

answers:

2

I've seen some mkspec for mac or linux using llvm.

Does anyone use an llvm compiled version of Qt ? Or llvm on their Qt Projects ? does it speed up compilation times ? Is your project faster ?

+2  A: 

According to this bug compiling Qt using LLVM is not yet possible.

Ton van den Heuvel
A: 

This is not true - Qt can be compiled via llvm-gcc since version 1.9. clang is currently "almost" able to compile Qt fully. Note that the code of Qt is not sometimes standard-compliant :)

Anton Korobeynikov