File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ write_cmake_config("llvm-config") {
301
301
" LLVM_BUILD_SHARED_LIBS=" ,
302
302
" LLVM_ENABLE_LLVM_C_EXPORT_ANNOTATIONS=" ,
303
303
" LLVM_ENABLE_TELEMETRY=" ,
304
+ " LLVM_ENABLE_ONDISK_CAS=" ,
304
305
" LLVM_DEFAULT_TARGET_TRIPLE=$llvm_target_triple " ,
305
306
" LLVM_ENABLE_DEBUGLOC_TRACKING_COVERAGE=" ,
306
307
" LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN=" ,
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ static_library("CAS") {
5
5
" ActionCaches.cpp" ,
6
6
" BuiltinCAS.cpp" ,
7
7
" InMemoryCAS.cpp" ,
8
+ " MappedFileRegionArena.cpp" ,
8
9
" ObjectStore.cpp" ,
10
+ " OnDiskCommon.cpp" ,
9
11
]
10
12
}
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ unittest("CASTests") {
10
10
" ActionCacheTest.cpp" ,
11
11
" CASTestConfig.cpp" ,
12
12
" ObjectStoreTest.cpp" ,
13
+ " ProgramTest.cpp" ,
13
14
]
14
15
}
You can’t perform that action at this time.
0 commit comments