Skip to content

Commit 5814e45

Browse files
committed
[Kaleidoscope] Register new dependencies introduced by llvm#69032.
1 parent 3fb3df3 commit 5814e45

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)