blob: 5d004642465858ca91b892e0adf4f866ddc4c850 [file] [log] [blame]
import("//third-party/unittest/unittest.gni")
unittest("CoroTests") {
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/AsmParser",
"//llvm/lib/IR",
"//llvm/lib/Passes",
"//llvm/lib/Support",
"//llvm/lib/TargetParser",
"//llvm/lib/Testing/Support",
"//llvm/lib/Transforms/Coroutines",
"//llvm/lib/Transforms/Utils",
]
sources = [ "ExtraRematTest.cpp" ]
}