[PATCH] D43313: [DebugInfo] Support parsing DWARF expressions
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 12:35:44 PST 2018
aprantl added inline comments.
================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h:26
+
+/// \brief Represent a sequence of call frame instructions that, when read
+/// in order, construct a table mapping PC to frame state.
----------------
we build with autobrief enabled, so the `\brief` is redundant and should be dropped.
Repository:
rL LLVM
https://reviews.llvm.org/D43313
More information about the llvm-commits
mailing list