[cfe-users] clang-tblgen not installed

2019-09-05 Thread Alex Biddulph via cfe-users
Hi, Is there a reason why clang-tblgen is not installed with all of the other clang binaries? According to http://releases.llvm.org/8.0.0/docs/HowToCrossCompileLLVM.html clang-tblgen (along with llvm-tblgen) are needed if you want to cross-compile clang, but since clang-tblgen is not installe

[cfe-users] Optimisation flags

2016-09-04 Thread Alex Biddulph via cfe-users
I have been using GCC for my project for a while now and I am now in the process to migrating my project to use Clang/LLVM (ELLCC to be specific). To optimise the performance of the project on the targte system I specify a number of flags to GCC. The flags are just enabling the use of SSE2 or