[PATCH] [dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.

Alexey Samsonov vonosmas at gmail.com
Wed Oct 8 17:35:35 PDT 2014


Yep, looks good once we test this.

================
Comment at: lib/DebugInfo/DWARFDebugInfoEntry.cpp:87
@@ +86,3 @@
+      break;
+    OS << ", ";
+  } while (true);
----------------
This would output an extra trailing comma

http://reviews.llvm.org/D5689






More information about the llvm-commits mailing list