[llvm] r226417 - [CMake] Update libdeps in examples/Kaleidoscope/Chapter4.

NAKAMURA Takumi geek4civic at gmail.com
Sun Jan 18 16:35:18 PST 2015


Author: chapuni
Date: Sun Jan 18 18:35:18 2015
New Revision: 226417

URL: http://llvm.org/viewvc/llvm-project?rev=226417&view=rev
Log:
[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.

Modified:
    llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt

Modified: llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt?rev=226417&r1=226416&r2=226417&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt Sun Jan 18 18:35:18 2015
@@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
+  TransformUtils
   native
   mcjit
   )





More information about the llvm-commits mailing list