We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a9f79 commit e1bd9afCopy full SHA for e1bd9af
llvm/utils/gn/secondary/llvm/lib/CAS/BUILD.gn
@@ -4,9 +4,11 @@ static_library("CAS") {
4
"ActionCache.cpp",
5
"ActionCaches.cpp",
6
"BuiltinCAS.cpp",
7
+ "DatabaseFile.cpp",
8
"InMemoryCAS.cpp",
9
"MappedFileRegionArena.cpp",
10
"ObjectStore.cpp",
11
"OnDiskCommon.cpp",
12
+ "OnDiskTrieRawHashMap.cpp",
13
]
14
}
llvm/utils/gn/secondary/llvm/unittests/CAS/BUILD.gn
@@ -10,6 +10,7 @@ unittest("CASTests") {
"ActionCacheTest.cpp",
"CASTestConfig.cpp",
"ObjectStoreTest.cpp",
+ "OnDiskTrieRawHashMapTest.cpp",
"ProgramTest.cpp",
15
16
0 commit comments