wangpc c570287fbf [RISCV][NFC] Move RISCVISAInfo back to Support
So that there is no cyclic dependency if we want to use it in
tablegen.

Reviewed By: fpetrogalli

Differential Revision: https://reviews.llvm.org/D140529
2023-01-03 13:55:39 +08:00

20 lines
313 B
CMake

add_llvm_component_library(LLVMTargetParser
AArch64TargetParser.cpp
ARMTargetParserCommon.cpp
ARMTargetParser.cpp
CSKYTargetParser.cpp
Host.cpp
LoongArchTargetParser.cpp
TargetParser.cpp
Triple.cpp
X86TargetParser.cpp
ADDITIONAL_HEADER_DIRS
Unix
Windows
LINK_COMPONENTS
Support
)