summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/GlobalISel/CMakeLists.txt
blob: 94e31159c6bb99b9acad6c6d36a797c3b4fe6ba8 (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  GlobalISel
  CodeGen
  )

if(LLVM_BUILD_GLOBAL_ISEL)
  add_llvm_unittest(GlobalISelTests
          LegalizerInfoTest.cpp
          )
endif()
OpenPOWER on IntegriCloud