| Tim Northover | 75ad077 | 2016-07-20 21:13:29 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | GlobalISel | ||||
| Diana Picus | 68c7b04 | 2016-10-14 10:19:40 +0000 | [diff] [blame] | 3 | CodeGen |
| Tim Northover | 75ad077 | 2016-07-20 21:13:29 +0000 | [diff] [blame] | 4 | ) |
| 5 | |||||
| 6 | if(LLVM_BUILD_GLOBAL_ISEL) | ||||
| 7 | add_llvm_unittest(GlobalISelTests | ||||
| Tim Northover | 69fa84a | 2016-10-14 22:18:18 +0000 | [diff] [blame] | 8 | LegalizerInfoTest.cpp |
| Tim Northover | 75ad077 | 2016-07-20 21:13:29 +0000 | [diff] [blame] | 9 | ) |
| 10 | endif() | ||||