| commit | 27bd01f71cbc9ef5c489e27980b21087232b229c | [log] [tgz] |
|---|---|---|
| author | Adrian Prantl <aprantl@apple.com> | Mon Feb 09 23:57:15 2015 +0000 |
| committer | Adrian Prantl <aprantl@apple.com> | Mon Feb 09 23:57:15 2015 +0000 |
| tree | ebff33b7a1a66482dece6d63656820d095522330 | |
| parent | 328b1633d79a61db739a366b1f58cee42e307240 [diff] |
Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the intermediate representation. This - increases consistency by using the same granularity everywhere - allows for pieces < 1 byte - DW_OP_piece didn't actually allow storing an offset. Part of PR22495. llvm-svn: 228631