OSDN Git Service

[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Chapter3.
authorLang Hames <lhames@gmail.com>
Thu, 26 May 2016 21:00:29 +0000 (21:00 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 26 May 2016 21:00:29 +0000 (21:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270914 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt

index 4cc558c..51800a6 100644 (file)
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
   RuntimeDyld
   ScalarOpts
   Support
+  TransformUtils
   native
   )