blob: de823306a9aed944052dc09875c66ad497b7fc78 [file] [log] [blame]
include_directories(
${LLVM_SOURCE_DIR}/lib/Target/VE
${LLVM_BINARY_DIR}/lib/Target/VE
)
set(LLVM_LINK_COMPONENTS
VECodeGen
VEDesc
VEInfo
CodeGen
Core
GlobalISel
Instrumentation
MC
SelectionDAG
Support
Target
TargetParser
)
add_llvm_target_unittest(VETests
MachineInstrTest.cpp
)