[llvm] r228524 - [CMake] Kaleidoscope-Orc: Update libdeps.

NAKAMURA Takumi geek4civic at gmail.com
Sun Feb 8 03:15:09 PST 2015


Author: chapuni
Date: Sun Feb  8 05:15:08 2015
New Revision: 228524

URL: http://llvm.org/viewvc/llvm-project?rev=228524&view=rev
Log:
[CMake] Kaleidoscope-Orc: Update libdeps.

Modified:
    llvm/trunk/examples/Kaleidoscope/Orc/initial/CMakeLists.txt
    llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt
    llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt

Modified: llvm/trunk/examples/Kaleidoscope/Orc/initial/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Orc/initial/CMakeLists.txt?rev=228524&r1=228523&r2=228524&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Orc/initial/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Orc/initial/CMakeLists.txt Sun Feb  8 05:15:08 2015
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )

Modified: llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt?rev=228524&r1=228523&r2=228524&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt Sun Feb  8 05:15:08 2015
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )

Modified: llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt?rev=228524&r1=228523&r2=228524&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt Sun Feb  8 05:15:08 2015
@@ -1,7 +1,8 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
+  Object
+  RuntimeDyld
   Support
   native
   )





More information about the llvm-commits mailing list