[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / ARM / AsmParser / CMakeLists.txt
blobfd6ea65f80e4716adaa98470a2ec3845144c8cbd
1 add_llvm_component_library(LLVMARMAsmParser
2   ARMAsmParser.cpp
4   LINK_COMPONENTS
5   ARMDesc
6   ARMInfo
7   MC
8   MCParser
9   Support
10   ARMUtils
12   ADD_TO_COMPONENT
13   ARM
14   )