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

add_llvm_utility(lli-child-target
  ChildTarget.cpp

  DEPENDS
  intrinsics_gen
)

OpenPOWER on IntegriCloud