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)
commit5332e4251c63263eb9942d91b1d348368b8308b8
tree53e2a01ea839eb16e428bd533a883ad33f5c1769
parent9b87309a9144e7dde65edb2425380f008af02afc
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.

llvm-svn: 240717
llvm/test/DebugInfo/bitfields.ll [new file with mode: 0644]