| commit | ac30f9e8da03e29dc20ab52386c428318de8cca2 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Thu Sep 19 23:43:46 2013 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Thu Sep 19 23:43:46 2013 +0000 |
| tree | 9c17327bb5dfa541e174d2f67ffd737f8d7f7e42 | |
| parent | dc30cdb18cc5083fedfaac7e5282a7e5dac7e3c6 [diff] |
DebugInfo: constrain gnu pubnames test further Ensures that the pubnames entries actually refer to the intended entities. This test could be more flexible if there was a way to do multiline FileCheck matches with captures (in that way the test wouldn't need to have hardcoded offset values and would thus be resilient to changes in the layout of the DIEs in this CU). llvm-svn: 191055