[PATCH] D82868: [DebugInfo/DWARF] - Test invalid CFI opcodes properly and refine related `CFIProgram::parse` code.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 01:12:35 PDT 2020


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

LGTM, with nit.



================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFDebugFrameTest.cpp:124
 
+static Error ParseCFI(dwarf::CIE &C, ArrayRef<uint8_t> Instructions,
+                      Optional<uint64_t> Size = None) {
----------------
`parseCFI`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82868/new/

https://reviews.llvm.org/D82868





More information about the llvm-commits mailing list