blob: 272156b0d601c9c8199ef610930d38af48a71c1e [file] [log] [blame]
include_directories(
${LLVM_MAIN_SRC_DIR}/lib/Target/PowerPC
${LLVM_BINARY_DIR}/lib/Target/PowerPC
)
set(LLVM_LINK_COMPONENTS
CodeGen
Core
Exegesis
MC
PowerPC
Support
TargetParser
)
add_llvm_library(LLVMExegesisPowerPC
DISABLE_LLVM_LINK_LLVM_DYLIB
STATIC
Target.cpp
DEPENDS
intrinsics_gen
PowerPCCommonTableGen
)