From bd1d5b1aea3584d5e0d9d387962c770d1224c5b5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 19 Jan 2015 00:35:18 +0000 Subject: [PATCH] [CMake] Update libdeps in examples/Kaleidoscope/Chapter4. llvm-svn: 226417 --- llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 45e92e4..8df7d23 100644 --- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support + TransformUtils native mcjit ) -- 2.7.4