blob: 493a28243652750a3c1b17cb643903a8efcbd076 [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("ScalarTests") {
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/AsmParser",
"//llvm/lib/IR",
"//llvm/lib/Passes",
"//llvm/lib/Support",
"//llvm/lib/Testing/Support",
"//llvm/lib/Transforms/Scalar",
"//llvm/lib/Transforms/Utils",
]
sources = [
"LICMTest.cpp",
"LoopPassManagerTest.cpp",
]
}