File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ static_library("CAS") {
44 " ActionCache.cpp" ,
55 " ActionCaches.cpp" ,
66 " BuiltinCAS.cpp" ,
7+ " BuiltinUnifiedCASDatabases.cpp" ,
78 " DatabaseFile.cpp" ,
89 " InMemoryCAS.cpp" ,
910 " MappedFileRegionArena.cpp" ,
1011 " ObjectStore.cpp" ,
12+ " OnDiskCAS.cpp" ,
1113 " OnDiskCommon.cpp" ,
1214 " OnDiskDataAllocator.cpp" ,
1315 " OnDiskGraphDB.cpp" ,
1416 " OnDiskKeyValueDB.cpp" ,
1517 " OnDiskTrieRawHashMap.cpp" ,
18+ " UnifiedOnDiskCache.cpp" ,
1619 ]
1720}
Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ unittest("CASTests") {
99 ]
1010 sources = [
1111 " ActionCacheTest.cpp" ,
12+ " BuiltinUnifiedCASDatabasesTest.cpp" ,
1213 " CASTestConfig.cpp" ,
1314 " ObjectStoreTest.cpp" ,
15+ " UnifiedOnDiskCacheTest.cpp" ,
1416 ]
1517
1618 if (llvm_enable_ondisk_cas ) {
You can’t perform that action at this time.
0 commit comments