[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / utils / gn / secondary / llvm / unittests / CodeGen / GlobalISel / BUILD.gn
blob7655b56ce2615adb57ef7e5240edc05693b90d66
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("GlobalISelTests") {
4   deps = [
5     "//llvm/lib/CodeGen",
6     "//llvm/lib/CodeGen/GlobalISel",
7     "//llvm/lib/CodeGen/MIRParser",
8     "//llvm/lib/IR",
9     "//llvm/lib/MC",
10     "//llvm/lib/Support",
11     "//llvm/lib/Target",
12     "//llvm/lib/Target:TargetsToBuild",
13   ]
14   sources = [
15     "CSETest.cpp",
16     "GISelMITest.cpp",
17     "KnownBitsTest.cpp",
18     "LegalizerHelperTest.cpp",
19     "LegalizerInfoTest.cpp",
20     "MachineIRBuilderTest.cpp",
21     "PatternMatchTest.cpp",
22   ]
23   has_custom_main = true