From: NAKAMURA Takumi Date: Mon, 11 Jan 2016 23:12:30 +0000 (+0000) Subject: lli-child-target: Introduce a new dependency on RuntimeDyld. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bf913ed665fb0ce4e5e9585d3d23396758624357;p=oota-llvm.git lli-child-target: Introduce a new dependency on RuntimeDyld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lli/ChildTarget/CMakeLists.txt b/tools/lli/ChildTarget/CMakeLists.txt index abc1722b076..0f851d59344 100644 --- a/tools/lli/ChildTarget/CMakeLists.txt +++ b/tools/lli/ChildTarget/CMakeLists.txt @@ -1,5 +1,6 @@ set(LLVM_LINK_COMPONENTS OrcJIT + RuntimeDyld Support )