summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/template_function_decl.ll
Commit message (Collapse)AuthorAgeFilesLines
* [DebugInfo] Combine Trivial and NonTrivial flagsAaron Smith2019-04-111-1/+1
| | | | | | | | | | | | | | | | Summary: Companion to https://reviews.llvm.org/D59347 Reviewers: rnk, zturner, probinson, dblaikie, deadalnix Subscribers: aprantl, jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59348 llvm-svn: 358220
* [DebugInfo] Apply subprogram attributes on behalf of owner CUEugene Leviant2019-02-271-0/+92
When using full LTO it is possible that template function definition DIE is bound to one compilation unit and it's declaration to another. We should add function declaration attributes on behalf of its owner CU otherwise we may end up with malformed file identifier in function declaration DW_AT_decl_file attribute. Differential revision: https://reviews.llvm.org/D58538 llvm-svn: 354978
OpenPOWER on IntegriCloud