summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/dilocalvariable-3.9.ll.bc
Commit message (Collapse)AuthorAgeFilesLines
* DebugInfo: add bitcode upgrade test for alignment Victor Leschuk2016-10-261-0/+0
| | | | | | Bitcode format was changed in D25073, this adds bitcode upgrade test. llvm-svn: 285179
* DebugInfo: remove broken bitcode upgrade testVictor Leschuk2016-10-201-0/+0
| | | | llvm-svn: 284682
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-0/+0
- Add alignment attribute to DIVariable family - Modify bitcode format to match new DIVariable representation - Update tests to match these changes (also add bitcode upgrade test) - Expect that frontend passes non-zero align value only when it is not default (was forcibly aligned by alignas()/_Alignas()/__atribute__(aligned()) Differential Revision: https://reviews.llvm.org/D25073 llvm-svn: 284678
OpenPOWER on IntegriCloud