1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[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 cb8ca0fc58
commit cab0d0beb9

View File

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