[BinaryFormat] Add formatv support for DW_OP constants
authorPavel Labath <pavel@labath.sk>
Mon, 8 Jun 2020 13:24:17 +0000 (15:24 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 8 Jun 2020 13:27:44 +0000 (15:27 +0200)
commit9456bbdd0874e5bd1427222fac2897bc3cbda34d
tree0a5989aed8bfb7473eaf9f84d4fc76fb27ac50df
parent275ecaae1653dc03d95958add6ed0bfee0582d4f
[BinaryFormat] Add formatv support for DW_OP constants

The functionality will be used from lldb.
llvm/include/llvm/BinaryFormat/Dwarf.h
llvm/lib/BinaryFormat/Dwarf.cpp
llvm/unittests/BinaryFormat/DwarfTest.cpp