diff options
| author | Lang Hames <lhames@gmail.com> | 2016-05-26 21:00:29 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2016-05-26 21:00:29 +0000 |
| commit | d7f3d9d8787abdd494f68f0eba8fa2631ad7222d (patch) | |
| tree | 6f011e5aceb65940216aaa147868a173a0901eda /llvm/examples/Kaleidoscope/BuildingAJIT | |
| parent | c752a2642895e496ab4ded99deda7e8cec4bbcab (diff) | |
| download | bcm5719-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.txt | 1 |
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 ) |

