[Lldb-commits] [PATCH] D115951: Cache the manual DWARF index out to the LLDB cache directory when the LLDB index cache is enabled.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 29 01:05:38 PST 2021
labath added a comment.
The problem was that (without accelerator tables) we would always have more than one cache file for a given module. I have now adjusted the test (daed479 <https://reviews.llvm.org/rGdaed4797fee4a5f1985388265f5af209b5cb3b10>) to check for the presence of one _symtab_ index, but other solutions are possible as well. Feel free to change it to something else if you think they're better.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115951/new/
https://reviews.llvm.org/D115951
More information about the lldb-commits
mailing list