[llvm] r270914 - [Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Chapter3.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 14:00:30 PDT 2016


Author: lhames
Date: Thu May 26 16:00:29 2016
New Revision: 270914

URL: http://llvm.org/viewvc/llvm-project?rev=270914&view=rev
Log:
[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Chapter3.

Modified:
    llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt

Modified: llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt?rev=270914&r1=270913&r2=270914&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt Thu May 26 16:00:29 2016
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
   RuntimeDyld
   ScalarOpts
   Support
+  TransformUtils
   native
   )
 




More information about the llvm-commits mailing list