[CMake] Kaleidoscope-Orc: Update libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 8 Feb 2015 11:15:08 +0000 (11:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 8 Feb 2015 11:15:08 +0000 (11:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228524 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Orc/initial/CMakeLists.txt
examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt
examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt

index acb2d83916bbff1b0a79af0300dbc63603620636..4f21e1c622186461f67955474987dcecaeca13fd 100644 (file)
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )
index 3d450e035424609eb5a8495ee2507ae871381aa6..faad3420c6a023d6d96c2ee822f1cf859e1ec2e7 100644 (file)
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )
index 29f4fe0808c4632a30145097cb06bb5e87244e70..44886818e0f0a37fbc4538fca171f91bb7571ee1 100644 (file)
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )