1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
llvm-svn: 226419
This commit is contained in:
NAKAMURA Takumi 2015-01-19 00:35:33 +00:00
parent ec7567690f
commit 7787b0877e
5 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
ScalarOpts
Support
TransformUtils
native
mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4

View File

@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
ScalarOpts
Support
native
mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch5

View File

@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
ScalarOpts
Support
native
mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6

View File

@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
ScalarOpts
Support
TransformUtils
native
mcjit
)
set(LLVM_REQUIRES_RTTI 1)

View File

@ -1,9 +1,9 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MCJIT
Support
native
mcjit
)
set(LLVM_REQUIRES_RTTI 1)