summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/BuildingAJIT
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-05-26 21:00:29 +0000
committerLang Hames <lhames@gmail.com>2016-05-26 21:00:29 +0000
commitd7f3d9d8787abdd494f68f0eba8fa2631ad7222d (patch)
tree6f011e5aceb65940216aaa147868a173a0901eda /llvm/examples/Kaleidoscope/BuildingAJIT
parentc752a2642895e496ab4ded99deda7e8cec4bbcab (diff)
downloadbcm5719-llvm-d7f3d9d8787abdd494f68f0eba8fa2631ad7222d.tar.gz
bcm5719-llvm-d7f3d9d8787abdd494f68f0eba8fa2631ad7222d.zip
[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Chapter3.
llvm-svn: 270914
Diffstat (limited to 'llvm/examples/Kaleidoscope/BuildingAJIT')
-rw-r--r--llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt
index 4cc558c5fd2..51800a64b1e 100644
--- a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
RuntimeDyld
ScalarOpts
Support
+ TransformUtils
native
)
OpenPOWER on IntegriCloud