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
20 lines
313 B
CMake
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
|
|
)
|