summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/DINamespace.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-2/+2
| | | | | | | | | | | | | | Fixes the issue highlighted in http://lists.llvm.org/pipermail/cfe-dev/2014-June/037500.html. The DW_AT_decl_file and DW_AT_decl_line attributes on namespaces can prevent LLVM from uniquing types that are in the same namespace. They also don't carry any meaningful information. rdar://problem/17484998 Differential Revision: https://reviews.llvm.org/D32648 llvm-svn: 301706
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-0/+23
This implements the DWARF 5 DW_AT_export_symbols feature: http://dwarfstd.org/ShowIssue.php?issue=141212.1 <rdar://problem/18616046> llvm-svn: 285959
OpenPOWER on IntegriCloud