[gn build] Port 766a08df12

This commit is contained in:
LLVM GN Syncbot 2021-07-16 02:23:45 +00:00
parent 18d8779747
commit b1ffa8fc61
1 changed files with 4 additions and 1 deletions

View File

@ -12,5 +12,8 @@ unittest("SerializationTests") {
"//llvm/lib/Bitcode/Reader",
"//llvm/lib/Support",
]
sources = [ "InMemoryModuleCacheTest.cpp" ]
sources = [
"InMemoryModuleCacheTest.cpp",
"ModuleCacheTest.cpp",
]
}