| commit | 48af9c35271297a3c2953fbe29271e9054c3d1eb | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Fri Jul 25 16:05:18 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Fri Jul 25 16:05:18 2014 +0000 |
| tree | 332df81f2d9721fcee6344f421c8581bad45d269 | |
| parent | df14364f30910767d9dd669b98b077a617216925 [diff] |
DebugInfo: Fix up some test cases to have more correct debug info metadata. * Add CUs to the named CU node * Add missing DW_TAG_subprogram nodes * Add llvm::Functions to the DW_TAG_subprogram nodes This cleans up the tests so that they don't break under a soon-to-be-made change that is more strict about such things. llvm-svn: 213951