[llvm] r221465 - [Hexagon] Adding basic Hexagon ELF object emitter.
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Nov 6 13:29:13 PST 2014
> + StringRef _CPU;
That is a reserved identified. It is probably better to just call it
CPU, that way the constructor looks like "StringRef CPU) : CPU(CPU)".
Cheers,
Rafael
More information about the llvm-commits
mailing list