[Lldb-commits] [PATCH] D124572: Fix the encoding and decoding of UniqueCStringMap<T> objects when saved to cache files.
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 27 22:32:33 PDT 2022
yinghuitan accepted this revision.
yinghuitan added a comment.
This revision is now accepted and ready to land.
This is a great finding! The change looks good. Some questions though:
- Do you have any theory why we only see this issue on Mac not Linux? (For anyone else reading this, I found this bug during testing Mac but the same reproduce steps work on Linux)
- Do we use/have data structures in other part of caching feature need similar change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124572/new/
https://reviews.llvm.org/D124572
More information about the lldb-commits
mailing list