summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/dinamespace.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-3/+3
| | | | | | | | | | | | | | 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-2/+5
| | | | | | | | | This implements the DWARF 5 DW_AT_export_symbols feature: http://dwarfstd.org/ShowIssue.php?issue=141212.1 <rdar://problem/18616046> llvm-svn: 285959
* DebugInfo: Rename testcases from MD* to DI*, NFCDuncan P. N. Exon Smith2015-06-021-0/+16
As a follow-up to r236120, rename testcases to match the new names. llvm-svn: 238853
OpenPOWER on IntegriCloud