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