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

llvm-svn: 270914
This commit is contained in:
Lang Hames 2016-05-26 21:00:29 +00:00
parent c752a26428
commit d7f3d9d878
1 changed files with 1 additions and 0 deletions

View File

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