Home | History | Annotate | Download | only in ChildTarget
      1 set(LLVM_LINK_COMPONENTS
      2   OrcJIT
      3   RuntimeDyld
      4   Support
      5   )
      6 
      7 add_llvm_utility(lli-child-target
      8   ChildTarget.cpp
      9 )
     10 
     11