forked from OSchip/llvm-project
[gn build] Port 766a08df12
This commit is contained in:
parent
18d8779747
commit
b1ffa8fc61
|
@ -12,5 +12,8 @@ unittest("SerializationTests") {
|
|||
"//llvm/lib/Bitcode/Reader",
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [ "InMemoryModuleCacheTest.cpp" ]
|
||||
sources = [
|
||||
"InMemoryModuleCacheTest.cpp",
|
||||
"ModuleCacheTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue