Skip to content

Commit e1bd9af

Browse files
committed
[gn build] Port 2936a2c
1 parent 57a9f79 commit e1bd9af

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ static_library("CAS") {
44
"ActionCache.cpp",
55
"ActionCaches.cpp",
66
"BuiltinCAS.cpp",
7+
"DatabaseFile.cpp",
78
"InMemoryCAS.cpp",
89
"MappedFileRegionArena.cpp",
910
"ObjectStore.cpp",
1011
"OnDiskCommon.cpp",
12+
"OnDiskTrieRawHashMap.cpp",
1113
]
1214
}

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+
"OnDiskTrieRawHashMapTest.cpp",
1314
"ProgramTest.cpp",
1415
]
1516
}

0 commit comments

Comments
 (0)