mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
[CMake] examples/Kaleidoscope: Prune redundant libdeps.
llvm-svn: 226418
This commit is contained in:
parent
6c00c8f791
commit
ec7567690f
@ -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…
x
Reference in New Issue
Block a user