summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/CMakeLists.txt
blob: 56b7b0099a1f357ebd311a54d4aedfa17a9db3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set(LLVM_LINK_COMPONENTS
  AsmPrinter
  CodeGen
  Core
  Support
  )

set(CodeGenSources
  DIEHashTest.cpp
  LowLevelTypeTest.cpp
  )

add_llvm_unittest(CodeGenTests
  ${CodeGenSources}
  )

add_subdirectory(GlobalISel)
OpenPOWER on IntegriCloud