summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/X86/modules-pruning.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [test] Run the verifier for dsymutil module testsJonas Devlieghere2019-02-081-0/+1
| | | | | | | Dsymutil has an option "verify" that runs the dwarf verifier on the generated dSYM. This patch enables this for the module tests. llvm-svn: 353544
* dsymutil: Avoid pruning non-type forward declarations inside DW_TAG_moduleAdrian Prantl2018-08-301-0/+59
forward declarations. Especially with template instantiations, there are legitimate reasons why for declarations might be emitted into a DW_TAG_module skeleton / forward-declaration sub-tree, that are not forward declarations in the sense of that there is a more complete definition over in a .pcm file. The example in the testcase is a constant DW_TAG_member of a DW_TAG_class template instatiation. rdar://problem/43623196 llvm-svn: 341123
OpenPOWER on IntegriCloud