• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  AsmPrinter
3  CodeGen
4  Core
5  MC
6  SelectionDAG
7  Support
8  Target
9  )
10
11add_llvm_unittest(CodeGenTests
12  DIEHashTest.cpp
13  LowLevelTypeTest.cpp
14  MachineInstrBundleIteratorTest.cpp
15  MachineInstrTest.cpp
16  MachineOperandTest.cpp
17  ScalableVectorMVTsTest.cpp
18  )
19
20add_subdirectory(GlobalISel)
21