[PATCH] D27885: Make a function to correctly extract the DW_AT_high_pc given the low pc value.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 17 16:15:16 PST 2016


davide added a comment.

is there a way to test this?



================
Comment at: include/llvm/DebugInfo/DWARF/DWARFDie.h:285
   ///
-  /// \returns anm optional absolute section offset value for the attribute.
+  /// \returns an optional absolute section offset value for the attribute.
   Optional<uint64_t> getRangesBaseAttribute() const;
----------------
The typo fix may be committed separately, maybe?


https://reviews.llvm.org/D27885





More information about the llvm-commits mailing list