blob: 5352e9182ffa639cb74a5a42af4569c0178f9636 [file] [log] [blame]
include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/RISCV
${LLVM_BINARY_DIR}/lib/Target/RISCV
)
set(LLVM_LINK_COMPONENTS
CodeGen
RISCV
Exegesis
Core
Support
MC
TargetParser
)
add_llvm_library(LLVMExegesisRISCV
DISABLE_LLVM_LINK_LLVM_DYLIB
STATIC
RISCVExegesisPreprocessing.cpp
RISCVExegesisPostprocessing.cpp
Target.cpp
DEPENDS
intrinsics_gen
RISCVCommonTableGen
)