Skip to content

Commit bf8c2f2

Browse files
committed
[gn build] Port 2aff3c6
1 parent f5907df commit bf8c2f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/CAS/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ static_library("CAS") {
99
"MappedFileRegionArena.cpp",
1010
"ObjectStore.cpp",
1111
"OnDiskCommon.cpp",
12+
"OnDiskDataAllocator.cpp",
1213
"OnDiskTrieRawHashMap.cpp",
1314
]
1415
}

llvm/utils/gn/secondary/llvm/unittests/CAS/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ unittest("CASTests") {
1010
"ActionCacheTest.cpp",
1111
"CASTestConfig.cpp",
1212
"ObjectStoreTest.cpp",
13+
"OnDiskDataAllocatorTest.cpp",
1314
"OnDiskTrieRawHashMapTest.cpp",
1415
"ProgramTest.cpp",
1516
]

0 commit comments

Comments
 (0)