Skip to content

Commit

Permalink
[Kaleidoscope] Register new dependencies introduced by #69032. (#69510)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Logikable authored Oct 18, 2023
1 parent 0ae998c commit b8b7c3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
Expand Down
1 change: 1 addition & 0 deletions llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
Expand Down
1 change: 1 addition & 0 deletions llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
Expand Down
1 change: 1 addition & 0 deletions llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
InstCombine
Object
OrcJIT
Passes
RuntimeDyld
ScalarOpts
Support
Expand Down

0 comments on commit b8b7c3b

Please sign in to comment.