summaryrefslogtreecommitdiff
path: root/examples
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
commitf92e231ad493e4fc4c138c74cf02a52c7a5e0268 (patch)
tree0f5135a25f6d565538e873af324887e0d741688b /examples
parent6f54ad393bd5f7342a5558c1eb4eac029fae1dda (diff)
Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPass() added in r294870.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r--examples/Kaleidoscope/Chapter7/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index e67d7928efe..69e78be6a62 100644
--- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
RuntimeDyld
ScalarOpts
Support
+ TransformUtils
native
)