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 8d69c83 commit 4e7779cCopy full SHA for 4e7779c
llvm/utils/gn/secondary/llvm/lib/CAS/BUILD.gn
@@ -1,6 +1,8 @@
1
static_library("CAS") {
2
output_name = "LLVMCAS"
3
sources = [
4
+ "ActionCache.cpp",
5
+ "ActionCaches.cpp",
6
"BuiltinCAS.cpp",
7
"InMemoryCAS.cpp",
8
"ObjectStore.cpp",
llvm/utils/gn/secondary/llvm/unittests/CAS/BUILD.gn
@@ -7,6 +7,7 @@ unittest("CASTests") {
"//llvm/lib/Testing/Support",
]
9
10
+ "ActionCacheTest.cpp",
11
"CASTestConfig.cpp",
12
"ObjectStoreTest.cpp",
13
0 commit comments