1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-25 16:31:33 +00:00

Attempt to fix the cmake build by requiring mcjit on the cmake

dependencies for the KS tutorials

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223677 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-12-08 18:20:50 +00:00
parent 43edafcc07
commit 28b439e6e1
5 changed files with 5 additions and 0 deletions
examples/Kaleidoscope

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts
Support
nativecodegen
mcjit
)
add_llvm_example(Kaleidoscope-Ch4

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts
Support
nativecodegen
mcjit
)
add_llvm_example(Kaleidoscope-Ch5

@ -7,6 +7,7 @@ set(LLVM_LINK_COMPONENTS
ScalarOpts
Support
nativecodegen
mcjit
)
add_llvm_example(Kaleidoscope-Ch6

@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
Support
TransformUtils
nativecodegen
mcjit
)
set(LLVM_REQUIRES_RTTI 1)

@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
Support
TransformUtils
nativecodegen
mcjit
)
set(LLVM_REQUIRES_RTTI 1)