[ARM] MVE integer min and max
[llvm-complete.git] / lib / ToolDrivers / llvm-lib / CMakeLists.txt
blobcbcffb64e7d82d8dbbdf188eab2bca4131a02f7d
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_library(LLVMLibDriver
14   LibDriver.cpp
15   )
16 add_dependencies(LLVMLibDriver LibOptionsTableGen)