labath added inline comments.

================
Comment at: lldb/source/Host/common/LZMA.cpp:99
+      &xzindex, &memlimit, nullptr,
+      InputBuffer.take_back(LZMA_STREAM_HEADER_SIZE - opts.backward_size)
+          .data(),
----------------
I think this should be + to preserve semantics, though I am not sure why no 
tests fail because of that. I guess none of the lzma streams we have have 
non-zero `backward_size`..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68647



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to