llvm-project/lldb/test/API/functionalities/module_cache
Greg Clayton b6087ba769 Disable LLDB index cache for .o files with no UUID.
After enabling the LLDB index cache in production we discovered that some distributed build systems play with the modification times of any .o files that were downloaded from the build cache. This was causing the LLDB index cache to read the wrong cache file for files that didn't have a UUID as all of the modfication times were set to the same value by the build system. When new .o files were downloaded, the only unique identifier was the mod time which were all the same, and we would load an older cache for the updated .o file. So disabling caching of files that have no UUIDs for now until we can create a more solid solution.

Differential Revision: https://reviews.llvm.org/D120948
2022-04-05 15:14:36 -07:00
..
bsd Disable LLDB index cache for .o files with no UUID. 2022-04-05 15:14:36 -07:00
debug_index Cache the manual DWARF index out to the LLDB cache directory when the LLDB index cache is enabled. 2021-12-28 11:00:28 -08:00
simple_exe [lldb] Adjust TestModuleCacheSimple for D115951 2021-12-29 10:00:00 +01:00
universal [lldb/test] Remove some decorators from TestModuleCacheUniversal 2021-12-20 12:20:00 +01:00