git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2015-01-19 00:35:33 +00:00
parent 724aec2be3
commit 15587b485b
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)