From: NAKAMURA Takumi Date: Sun, 8 Feb 2015 11:15:08 +0000 (+0000) Subject: [CMake] Kaleidoscope-Orc: Update libdeps. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=186332c0c98aab21acb91ae11055e44ec1acb95a;p=oota-llvm.git [CMake] Kaleidoscope-Orc: Update libdeps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228524 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/Kaleidoscope/Orc/initial/CMakeLists.txt b/examples/Kaleidoscope/Orc/initial/CMakeLists.txt index acb2d83916b..4f21e1c6221 100644 --- a/examples/Kaleidoscope/Orc/initial/CMakeLists.txt +++ b/examples/Kaleidoscope/Orc/initial/CMakeLists.txt @@ -1,7 +1,8 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine - MCJIT + Object + RuntimeDyld Support native ) diff --git a/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt b/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt index 3d450e03542..faad3420c6a 100644 --- a/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt +++ b/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt @@ -1,7 +1,8 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine - MCJIT + Object + RuntimeDyld Support native ) diff --git a/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt b/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt index 29f4fe0808c..44886818e0f 100644 --- a/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt +++ b/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt @@ -1,7 +1,8 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine - MCJIT + Object + RuntimeDyld Support native )