[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
blob187858bc7632d425ff652a39039d3a5060b2ca7b
1 add_llvm_component_library(LLVMRuntimeDyld
2   JITSymbol.cpp
3   RTDyldMemoryManager.cpp
4   RuntimeDyld.cpp
5   RuntimeDyldChecker.cpp
6   RuntimeDyldCOFF.cpp
7   RuntimeDyldELF.cpp
8   RuntimeDyldMachO.cpp
9   Targets/RuntimeDyldELFMips.cpp
11   DEPENDS
12   intrinsics_gen
15   LINK_COMPONENTS
16   Core
17   MC
18   Object
19   Support
20   )