xref: /llvm-project/llvm/lib/CodeGenTypes/CMakeLists.txt (revision 184ca39529a93e69eb175861d7fff5fc79988e53)
1# This provides the implementation of MVT and LLT.
2# Be careful to append deps on this, since Targets' tablegens depend on this.
3add_llvm_component_library(LLVMCodeGenTypes
4  LowLevelType.cpp
5
6  DEPENDS
7  vt_gen
8
9  LINK_COMPONENTS
10  Support
11  )
12