[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / llvm / lib / ToolDrivers / llvm-lib / CMakeLists.txt
bloba432cb47742526b5bea041cbc980951ad5a15865
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   TargetParser
26   )
27 add_dependencies(LLVMLibDriver LibOptionsTableGen)