It's worth noting that this is built as a Clang/LLVM modification. It "replaces" Clang in that it offers a driver (CLI tool) to invoke itself using the modified Clang frontend and LLVM backend. It offers a GCC driver by using a modified DragonEgg plugin (LLVM backing a GCC frontend).
It's essentially a large patch to Clang/LLVM, not a whole new compiler.


Reply With Quote
