]> granicus.if.org Git - llvm/commitdiff
Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPass(...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Feb 2017 01:18:32 +0000 (01:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Feb 2017 01:18:32 +0000 (01:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294881 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Chapter7/CMakeLists.txt

index e67d7928efe79539522bb8e955de6c522469aa31..69e78be6a620757daaf4bb13227a892b04cca4e4 100644 (file)
@@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
   RuntimeDyld
   ScalarOpts
   Support
+  TransformUtils
   native
   )