[llvm-commits] [llvm] r118422 - in /llvm/trunk: lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/ARM/ARMBuildAttrs.h test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll
Rafael Espíndola
rafael.espindola at gmail.com
Tue Nov 9 13:11:16 PST 2010
> + virtual void EmitTextAttribute(unsigned Attribute, StringRef String) = 0;
This is wrong. The purpose of this class is to represent the low level
attributes. Something like a ".cpu" is *not* an attribute, it is an
alias that produces many of them.
Cheers,
Rafael
More information about the llvm-commits
mailing list