[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / ToolDrivers / llvm-lib / CMakeLists.txt
blobb4a3ea6e2002aea29688e40339fd9bd8127d5b6d
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   BitReader
4   Object
5   Option
6   Support
7   )
9 set(LLVM_TARGET_DEFINITIONS Options.td)
10 tablegen(LLVM Options.inc -gen-opt-parser-defs)
11 add_public_tablegen_target(LibOptionsTableGen)
13 add_llvm_component_library(LLVMLibDriver
14   LibDriver.cpp
16   DEPENDS
17   intrinsics_gen
19   LINK_COMPONENTS
20   BinaryFormat
21   BitReader
22   Object
23   Option
24   Support
25   )
26 add_dependencies(LLVMLibDriver LibOptionsTableGen)