mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
[CMake] examples/Kaleidoscope: Prune redundant libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226418 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5960f02b04
commit
724aec2be3
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
|
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
native
|
||||
|
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
native
|
||||
|
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
|
@ -1,12 +1,7 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Analysis
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MC
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
native
|
||||
mcjit
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user