[PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.

Paul Robinson Paul_Robinson at playstation.sony.com
Wed Feb 25 14:25:57 PST 2015


Our debugger guys get pretty pedantic about interpreting the DWARF spec. I know GDB will auto-import info from an anonymous namespace, but:

- the size cost here is really minimal (what, 5 or 6 bytes per anonymous namespace scope);
- they claimed that deciding whether to skip the namespace based on the name would be a problem for them;
- the compiler implementation is obviously trivial;

so I didn't really feel motivated to argue the point.


http://reviews.llvm.org/D7878

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






More information about the llvm-commits mailing list