summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/tools/llvm-exegesis/PowerPC/CMakeLists.txt
blob: 6324ae652de03127263683e88bc30f4ed215c20f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_directories(
  ${LLVM_MAIN_SRC_DIR}/lib/Target/PowerPC
  ${LLVM_BINARY_DIR}/lib/Target/PowerPC
  ${LLVM_MAIN_SRC_DIR}/tools/llvm-exegesis/lib
  )

set(LLVM_LINK_COMPONENTS
  MC
  MCParser
  Object
  Support
  Symbolize
  PowerPC
  )

add_llvm_target_unittest(LLVMExegesisPowerPCTests
  AnalysisTest.cpp
  TargetTest.cpp
  )
target_link_libraries(LLVMExegesisPowerPCTests PRIVATE
  LLVMExegesis
  LLVMExegesisPowerPC)
OpenPOWER on IntegriCloud