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
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