Skip to content

Commit 4e7779c

Browse files
committed
[gn build] Port deab049
1 parent 8d69c83 commit 4e7779c

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
@@ -1,6 +1,8 @@
11
static_library("CAS") {
22
output_name = "LLVMCAS"
33
sources = [
4+
"ActionCache.cpp",
5+
"ActionCaches.cpp",
46
"BuiltinCAS.cpp",
57
"InMemoryCAS.cpp",
68
"ObjectStore.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ unittest("CASTests") {
77
"//llvm/lib/Testing/Support",
88
]
99
sources = [
10+
"ActionCacheTest.cpp",
1011
"CASTestConfig.cpp",
1112
"ObjectStoreTest.cpp",
1213
]

0 commit comments

Comments
 (0)