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