[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / llvm / lib / MC / MCParser / CMakeLists.txt
blobd3fa2675a255eb079f950df502b369e6a030b420
1 add_llvm_component_library(LLVMMCParser
2   AsmLexer.cpp
3   AsmParser.cpp
4   COFFAsmParser.cpp
5   COFFMasmParser.cpp
6   GOFFAsmParser.cpp
7   DarwinAsmParser.cpp
8   ELFAsmParser.cpp
9   MCAsmLexer.cpp
10   MCAsmParser.cpp
11   MCAsmParserExtension.cpp
12   MCTargetAsmParser.cpp
13   MasmParser.cpp
14   WasmAsmParser.cpp
15   XCOFFAsmParser.cpp
17   ADDITIONAL_HEADER_DIRS
18   ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC/MCParser
20   LINK_COMPONENTS
21   MC
22   Support
23   TargetParser
24   )