[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / llvm / lib / Target / RISCV / AsmParser / CMakeLists.txt
blob1b23664cc484957b407fc71b16b6777862f6078d
1 add_llvm_component_library(LLVMRISCVAsmParser
2   RISCVAsmParser.cpp
4   LINK_COMPONENTS
5   MC
6   MCParser
7   RISCVDesc
8   RISCVInfo
9   Support
10   TargetParser
12   ADD_TO_COMPONENT
13   RISCV
14   )