summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-02-12 01:18:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-02-12 01:18:32 +0000
commit4918901f9e56f795e134ae8904cc953681328d3d (patch)
treebe7509b783e0b572d58efb0868bafff50e871031 /llvm
parenteb7dcc8c68e0f8d5b5b3ba91d8693cff708fdee8 (diff)
downloadbcm5719-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.txt1
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
)
OpenPOWER on IntegriCloud