Follow-up for D66791#inline-616303
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Host/common/LZMA.cpp | ||
---|---|---|
99 | 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.. |
lldb/source/Host/common/LZMA.cpp | ||
---|---|---|
99 | Sorry, tests are still running... and you're right. |
Comment Actions
LGTM. I don't know if there's a reasonable way to add a test with a non-zero backward_size, but if you can think of something, please add one.
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..