Skip to content

Commit

Permalink
Attempt to fix the cmake build by requiring mcjit on the cmake
Browse files Browse the repository at this point in the history
dependencies for the KS tutorials

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223677 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
echristo committed Dec 8, 2014
1 parent 43edafc commit 28b439e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/Kaleidoscope/Chapter4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts
Support
nativecodegen
mcjit
)

add_llvm_example(Kaleidoscope-Ch4
Expand Down
1 change: 1 addition & 0 deletions examples/Kaleidoscope/Chapter5/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts
Support
nativecodegen
mcjit
)

add_llvm_example(Kaleidoscope-Ch5
Expand Down
1 change: 1 addition & 0 deletions examples/Kaleidoscope/Chapter6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts
Support
nativecodegen
mcjit
)

add_llvm_example(Kaleidoscope-Ch6
Expand Down
1 change: 1 addition & 0 deletions examples/Kaleidoscope/Chapter7/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
Support
TransformUtils
nativecodegen
mcjit
)

set(LLVM_REQUIRES_RTTI 1)
Expand Down
1 change: 1 addition & 0 deletions examples/Kaleidoscope/Chapter8/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
Support
TransformUtils
nativecodegen
mcjit
)

set(LLVM_REQUIRES_RTTI 1)
Expand Down

0 comments on commit 28b439e

Please sign in to comment.