[llvm] b8b7c3b - [Kaleidoscope] Register new dependencies introduced by #69032. (#69510)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 14:18:38 PDT 2023


Author: Logikable
Date: 2023-10-18T14:18:34-07:00
New Revision: b8b7c3ba5c42184db016003e907423ef2cbba6c6

URL: https://github.com/llvm/llvm-project/commit/b8b7c3ba5c42184db016003e907423ef2cbba6c6
DIFF: https://github.com/llvm/llvm-project/commit/b8b7c3ba5c42184db016003e907423ef2cbba6c6.diff

LOG: [Kaleidoscope] Register new dependencies introduced by #69032. (#69510)

Broke https://lab.llvm.org/buildbot/#/builders/181/builds/24470.

Could we build the example/tutorial code in the submit checks? This
breakage wasn't caught at submit time.

Added: 
    

Modified: 
    llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
    llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
    llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
    llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index fdc083e076819ff..5281941fec874c2 100644
--- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   InstCombine
   Object
   OrcJIT
+  Passes
   RuntimeDyld
   ScalarOpts
   Support

diff  --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
index 757d901ef525cba..35fb1b7911b862e 100644
--- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   InstCombine
   Object
   OrcJIT
+  Passes
   RuntimeDyld
   ScalarOpts
   Support

diff  --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
index ad50928a346cc86..627d682bdc57fb8 100644
--- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   InstCombine
   Object
   OrcJIT
+  Passes
   RuntimeDyld
   ScalarOpts
   Support

diff  --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index 03220358ab715cb..f4d8bd9e20c38a2 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
   InstCombine
   Object
   OrcJIT
+  Passes
   RuntimeDyld
   ScalarOpts
   Support


        


More information about the llvm-commits mailing list