[all-commits] [llvm/llvm-project] 4b951e: [CAS] Add OnDiskCAS
Steven Wu via All-commits
all-commits at lists.llvm.org
Wed Oct 22 12:52:02 PDT 2025
Branch: refs/heads/users/cachemeifyoucan/spr/cas-add-ondiskcas
Home: https://github.com/llvm/llvm-project
Commit: 4b951ef459415adbab70b1b685590d60a8dfd29e
https://github.com/llvm/llvm-project/commit/4b951ef459415adbab70b1b685590d60a8dfd29e
Author: Steven Wu <stevenwu at apple.com>
Date: 2025-10-22 (Wed, 22 Oct 2025)
Changed paths:
M llvm/include/llvm/CAS/ActionCache.h
A llvm/include/llvm/CAS/BuiltinUnifiedCASDatabases.h
M llvm/include/llvm/CAS/ObjectStore.h
A llvm/include/llvm/CAS/UnifiedOnDiskCache.h
M llvm/lib/CAS/ActionCaches.cpp
M llvm/lib/CAS/BuiltinCAS.cpp
M llvm/lib/CAS/BuiltinCAS.h
A llvm/lib/CAS/BuiltinUnifiedCASDatabases.cpp
M llvm/lib/CAS/CMakeLists.txt
M llvm/lib/CAS/InMemoryCAS.cpp
M llvm/lib/CAS/ObjectStore.cpp
A llvm/lib/CAS/OnDiskCAS.cpp
A llvm/lib/CAS/UnifiedOnDiskCache.cpp
M llvm/unittests/CAS/ActionCacheTest.cpp
A llvm/unittests/CAS/BuiltinUnifiedCASDatabasesTest.cpp
M llvm/unittests/CAS/CASTestConfig.cpp
M llvm/unittests/CAS/CASTestConfig.h
M llvm/unittests/CAS/CMakeLists.txt
M llvm/unittests/CAS/ObjectStoreTest.cpp
A llvm/unittests/CAS/UnifiedOnDiskCacheTest.cpp
Log Message:
-----------
[CAS] Add OnDiskCAS
Add OnDiskCAS abstraction, that implements ObjectStore and ActionCache
interface using OnDiskGraphDB and OnDiskKeyValueDB.
Reviewers:
Pull Request: https://github.com/llvm/llvm-project/pull/114103
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