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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 07:08:03 PDT 2017


sdesmalen marked 2 inline comments as done.
sdesmalen added inline comments.


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


https://reviews.llvm.org/D33892





More information about the llvm-commits mailing list