summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGenTypes/CMakeLists.txt
blob: 293f7c1f8cbb5964138e61a7493b3ee8d12f41d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This provides the implementation of MVT and LLT.
# Be careful to append deps on this, since Targets' tablegens depend on this.
add_llvm_component_library(LLVMCodeGenTypes
  LowLevelType.cpp

  DEPENDS
  vt_gen

  LINK_COMPONENTS
  Support
  )