Debug Info: Add basic test coverage for the DWARF encoding of bitfields.
authorAdrian Prantl <aprantl@apple.com>
Thu, 25 Jun 2015 23:19:19 +0000 (23:19 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 25 Jun 2015 23:19:19 +0000 (23:19 +0000)
commita29c6d9ea6a9264537d91694ed1b746d30a415d3
tree3be7521b3a38c2c840eb737a9fb31db78a69727c
parent5bf34efcce211e076411a9df8c815ab449560c2b
Debug Info: Add basic test coverage for the DWARF encoding of bitfields.

While looking at a couple of bugs in the debug info output for bitfields
I noticed that there wasn't a single regression test to test my changes
against, so here's a start.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240717 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/bitfields.ll [new file with mode: 0644]