[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / VE / AsmParser / CMakeLists.txt
blob00b26b617fad220e6d2e950bab70a37160caa44d
1 add_llvm_component_library(LLVMVEAsmParser
2   VEAsmParser.cpp
4   LINK_COMPONENTS
5   MC
6   MCParser
7   VEDesc
8   VEInfo
9   Support
11   ADD_TO_COMPONENT
12   VE
13   )