[PATCH] D107515: [DWARF] Expose raw bytes in DWARFExpression

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 04:28:40 PDT 2021


jhenderson added inline comments.


================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFExpressionCopyBytesTest.cpp:146
+    const llvm::object::ObjectFile &E, ArrayRef<uint8_t> Expected) {
+  auto fetchFirstCfaExpression =
+      [](const DWARFDebugFrame &EHFrame) -> Optional<CFIProgram::Instruction> {
----------------
Fix lint issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107515



More information about the llvm-commits mailing list