[PATCH] [ARM] Emit Tag_conformance.

Tim Northover t.p.northover at gmail.com
Tue Dec 16 08:47:08 PST 2014


Hi Charlie,

Couldn't this be achieved more simply by just changing the definition of AttributeItem::LessTag?


REPOSITORY
  rL LLVM

================
Comment at: lib/Target/ARM/ARMAsmPrinter.cpp:841
@@ -840,1 +840,3 @@
 
+  ATS.emitTextAttribute(ARMBuildAttrs::conformance, "2.09");
+
----------------
Tiny niggle, but if this is going to be emitted first, why put this line here rather than at the beginning?

http://reviews.llvm.org/D6643

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list