summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget/CMakeLists.txt
blob: d3d15bef6c5b4910a0f51295d6c1e3d9a22afc88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_LINK_COMPONENTS
  OrcError
  OrcJIT
  RuntimeDyld
  Support
  )

add_llvm_utility(lli-child-target
  ChildTarget.cpp

  DEPENDS
  intrinsics_gen
)

OpenPOWER on IntegriCloud