[cfe-users] Is it possible to translate or forward flags from clang to llc?

2019-11-27 Thread Massimiliano Culpo via cfe-users
Hi, I'm looking into what could be the best way to add compiler flags for Clang to emit optimized code for a specific chip on a given architecture. Looking at various sources I saw that: - llc -march= -mcpu=help returns the list of the supported cpus which is already helpful. The piece of in

Re: [cfe-users] How to have clang ignore gch directories?

2019-11-27 Thread Paul Smith via cfe-users
On Thu, 2019-04-25 at 18:53 -0400, Paul Smith via cfe-users wrote: > On Thu, 2019-04-25 at 14:38 -0700, Richard Smith wrote: > > > How can I tell clang to just ignore the GCC-specific precompiled > > > headers, or equivalently ignore precompiled headers altogether? I > > > can't delete the gch dir