[PATCH] D33892: Align definition of DW_OP_plus with DWARF spec [1/3]

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 15:43:31 PDT 2017


aprantl added a comment.

Almost there! Couple more comments inline.

thanks,
adrian



================
Comment at: lib/Bitcode/Reader/MetadataLoader.cpp:579
+        case dwarf::DW_OP_minus:
+        case dwarf::DW_OP_plus:
+          HistoricSize = 2;
----------------
This no longer handling DW_OP_LLVM_fragment?


https://reviews.llvm.org/D33892





More information about the llvm-commits mailing list