Skip to content

Commit b8b7c3b

Browse files
authored
[Kaleidoscope] Register new dependencies introduced by llvm#69032. (llvm#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.
1 parent 0ae998c commit b8b7c3b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
55
InstCombine
66
Object
77
OrcJIT
8+
Passes
89
RuntimeDyld
910
ScalarOpts
1011
Support

llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
55
InstCombine
66
Object
77
OrcJIT
8+
Passes
89
RuntimeDyld
910
ScalarOpts
1011
Support

llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
55
InstCombine
66
Object
77
OrcJIT
8+
Passes
89
RuntimeDyld
910
ScalarOpts
1011
Support

llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
55
InstCombine
66
Object
77
OrcJIT
8+
Passes
89
RuntimeDyld
910
ScalarOpts
1011
Support

0 commit comments

Comments
 (0)