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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270914 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2016-05-26 21:00:29 +00:00
parent caa716a991
commit ffdfc78e37

View File

@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)