mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Attempt to fix the cmake build by requiring mcjit on the cmake
dependencies for the KS tutorials llvm-svn: 223677
This commit is contained in:
parent
915b66faf0
commit
4559ce406e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user