blob: 94697889e2d91c3c5f4783a0bd2b4c299aa4fe4b [file] [log] [blame]
import("//llvm/utils/unittest/unittest.gni")
unittest("CodeGenTests") {
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/AsmParser",
"//llvm/lib/CodeGen",
"//llvm/lib/CodeGen/AsmPrinter",
"//llvm/lib/CodeGen/SelectionDAG",
"//llvm/lib/IR",
"//llvm/lib/MC",
"//llvm/lib/Support",
"//llvm/lib/Target",
"//llvm/lib/Target:TargetsToBuild",
]
sources = [
"AArch64SelectionDAGTest.cpp",
"DIEHashTest.cpp",
"LowLevelTypeTest.cpp",
"MachineInstrBundleIteratorTest.cpp",
"MachineInstrTest.cpp",
"MachineOperandTest.cpp",
"ScalableVectorMVTsTest.cpp",
"TargetOptionsTest.cpp",
"TypeTraitsTest.cpp",
]
has_custom_main = true
}