[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / RISCV / AsmParser / CMakeLists.txt
blob0c99b500749c9d02cd0217fbf2d0331943f340b8
1 add_llvm_component_library(LLVMRISCVAsmParser
2   RISCVAsmParser.cpp
4   LINK_COMPONENTS
5   MC
6   MCParser
7   RISCVDesc
8   RISCVInfo
9   Support
11   ADD_TO_COMPONENT
12   RISCV
13   )