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 f5907df commit bf8c2f2Copy full SHA for bf8c2f2
llvm/utils/gn/secondary/llvm/lib/CAS/BUILD.gn
@@ -9,6 +9,7 @@ static_library("CAS") {
9
"MappedFileRegionArena.cpp",
10
"ObjectStore.cpp",
11
"OnDiskCommon.cpp",
12
+ "OnDiskDataAllocator.cpp",
13
"OnDiskTrieRawHashMap.cpp",
14
]
15
}
llvm/utils/gn/secondary/llvm/unittests/CAS/BUILD.gn
@@ -10,6 +10,7 @@ unittest("CASTests") {
"ActionCacheTest.cpp",
"CASTestConfig.cpp",
"ObjectStoreTest.cpp",
+ "OnDiskDataAllocatorTest.cpp",
"OnDiskTrieRawHashMapTest.cpp",
"ProgramTest.cpp",
16
0 commit comments