From 5960f02b04c43daec74eb632b2e7f6bdd1f605b5 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226417 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter4/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 45e92e4b8ca..8df7d23de8a 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support + TransformUtils native mcjit ) -- 2.34.1