[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / XCore / Disassembler / CMakeLists.txt
blobcf4a63bb34e0c7710cb3249163b2c704e3dca5bf
1 add_llvm_component_library(LLVMXCoreDisassembler
2   XCoreDisassembler.cpp
4   LINK_COMPONENTS
5   MCDisassembler
6   Support
7   XCoreInfo
9   ADD_TO_COMPONENT
10   XCore
11   )