Files
llvm-project/llvm/unittests/CAS/OnDiskKeyValueDBTest.cpp
Ben Langmuir 59bcec2685 [llvm][cas] Validate OnDiskKeyValueDB against the corresponding OnDiskGraphDB (#180852)
We were previously using the primary OnDiskGraphDB when validating the
upstream OnDiskKeyValueDB, which is incorrect since the values being
stored are direct offsets and therefore cannot be used across DBs
without translating to a hash value first.

rdar://170067863
2026-02-10 15:38:31 -08:00

2.4 KiB