mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Reorder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
724aec2be3
commit
15587b485b
@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
native
|
||||
mcjit
|
||||
)
|
||||
|
||||
add_kaleidoscope_chapter(Kaleidoscope-Ch4
|
||||
|
@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
ScalarOpts
|
||||
Support
|
||||
native
|
||||
mcjit
|
||||
)
|
||||
|
||||
add_kaleidoscope_chapter(Kaleidoscope-Ch5
|
||||
|
@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
ScalarOpts
|
||||
Support
|
||||
native
|
||||
mcjit
|
||||
)
|
||||
|
||||
add_kaleidoscope_chapter(Kaleidoscope-Ch6
|
||||
|
@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
native
|
||||
mcjit
|
||||
)
|
||||
|
||||
set(LLVM_REQUIRES_RTTI 1)
|
||||
|
@ -1,9 +1,9 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
MCJIT
|
||||
Support
|
||||
native
|
||||
mcjit
|
||||
)
|
||||
|
||||
set(LLVM_REQUIRES_RTTI 1)
|
||||
|
Loading…
Reference in New Issue
Block a user