[all-commits] [llvm/llvm-project] 59bcec: [llvm][cas] Validate OnDiskKeyValueDB against the ...
Ben Langmuir via All-commits
all-commits at lists.llvm.org
Tue Feb 10 15:38:52 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59bcec2685158fbc591834a100edc79ab5b29595
https://github.com/llvm/llvm-project/commit/59bcec2685158fbc591834a100edc79ab5b29595
Author: Ben Langmuir <blangmuir at apple.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M llvm/include/llvm/CAS/OnDiskKeyValueDB.h
M llvm/lib/CAS/ActionCaches.cpp
M llvm/lib/CAS/OnDiskKeyValueDB.cpp
M llvm/lib/CAS/UnifiedOnDiskCache.cpp
M llvm/test/tools/llvm-cas/validation.test
M llvm/unittests/CAS/OnDiskKeyValueDBTest.cpp
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list