Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.ll
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 6 Jun 2014 18:22:04 +0000 (18:22 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 6 Jun 2014 18:22:04 +0000 (18:22 +0000)
commit8f6fe9e324b407efe3aa31037cd07cee8800d819
tree1bc6dce70004270044661257d5a08038c8651e79
parent78cf19b9b98e7ea3d4873fc5b1496c1835221951
Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.ll

This was added to test that DW_AT_GNU_pubnames used sec_offset in DWARF4
and data4 in DWARF3 and below. Since then we've updated
DW_AT_GNU_pubnames to be a flag, rather than a section offset anyway.

Granted this still differs between DWARF 3 and DWARF 4
(FORM_flag_present versun FORM_flag) but it doesn't seem worthwhile
testing that codepath again here. It's covered adequately in many other
test cases.

And while I'm here, don't hardcode the byte size of the compile unit -
it's not relevant to this test and just makes it brittle if/when
anything changes in the way this CU is emitted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210362 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/X86/gnu-public-names.ll