[Lldb-commits] [PATCH] D51730: [DWARFExpression] Read literars as unsigned values.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 13 07:18:15 PDT 2018


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

The test really should encode actual DWARF that contains a DW_OP_litXXX opcode (using obj2yaml/yaml2obj or llvm-mc) as compiling the code for the test won't always produce the needed DWARF opcode,, but the change is simple and correct.


https://reviews.llvm.org/D51730





More information about the lldb-commits mailing list