[llvm-commits] [PATCH] "C++" in .td files

Chris Lattner clattner at apple.com
Tue Aug 17 09:20:45 PDT 2010


On Aug 17, 2010, at 9:04 AM, Edmund Grimley-Evans wrote:

> The "C++" indication in the first line of lib/Target/ARM/ARMCallingConv.td causes my Emacs to hang, which is rather aggravating. Could it be changed, please? I attach a mostly automatically generated patch for all the .td files. If you prefer to do it yourself it's:
> 
> find -name '*.td' -exec perl -i -pe 's/-----\*- C\+\+ -\*/*- tablegen -*/;' {} \;
> 
> But MBlazeCallingConv.td needs special treatment.
> 
> Yeah, yeah, I know I should be using vi instead ...

Applied in r111241, thanks!

-Chris



More information about the llvm-commits mailing list