Anyone mind if I add "x86" to Triple.cpp to match x86? I'd like to use the name x86 for consistency. -Rich
On Tue, Jul 28, 2009 at 5:35 AM, Richard Pennington<rich at pennware.com> wrote:> Anyone mind if I add "x86" to Triple.cpp to match x86?I would really rather you didn't. :) Triple is intended to match the "target triples", for example the autconf/config.guess type stuff. I really don't want to add to the genetic diversity of that namespace. - Daniel
Daniel Dunbar wrote:> On Tue, Jul 28, 2009 at 5:35 AM, Richard Pennington<rich at pennware.com> wrote: >> Anyone mind if I add "x86" to Triple.cpp to match x86? > > I would really rather you didn't. :) > > Triple is intended to match the "target triples", for example the > autconf/config.guess type stuff. I really don't want to add to the > genetic diversity of that namespace. >OK. I guess I'll just have to continue to translate my x86-elf triple to i386-elf for LLVM. -Rich