diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-02-12 01:18:32 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-02-12 01:18:32 +0000 |
| commit | 4918901f9e56f795e134ae8904cc953681328d3d (patch) | |
| tree | be7509b783e0b572d58efb0868bafff50e871031 /llvm | |
| parent | eb7dcc8c68e0f8d5b5b3ba91d8693cff708fdee8 (diff) | |
| download | bcm5719-llvm-4918901f9e56f795e134ae8904cc953681328d3d.tar.gz bcm5719-llvm-4918901f9e56f795e134ae8904cc953681328d3d.zip | |
Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPass() added in r294870.
llvm-svn: 294881
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt index e67d7928efe..69e78be6a62 100644 --- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS RuntimeDyld ScalarOpts Support + TransformUtils native ) |

