[PATCH] D12624: Top-level anonymous namespaces are missing import DW_TAG_imported_module and nested anonymous namespaces are not
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 18:27:04 PST 2015
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
This looks good to me.
Once we have this in place we can think about factoring the debug-specific flags out of `CodeGenOpts` into some kind of `DebugInfoOpts`, to be configured by whatever debugger tuning mechanism we end up with.
Repository:
rL LLVM
http://reviews.llvm.org/D12624
More information about the cfe-commits
mailing list