mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Kaleidoscope: Prune unused libdeps.
llvm-svn: 246126
This commit is contained in:
parent
1e50c760b7
commit
79e549d8b8
@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
Object
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
native
|
||||
)
|
||||
|
||||
|
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
Object
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
|
@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
Object
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
|
@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
InstCombine
|
||||
MCJIT
|
||||
Object
|
||||
RuntimeDyld
|
||||
ScalarOpts
|
||||
Support
|
||||
TransformUtils
|
||||
native
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
Core
|
||||
ExecutionEngine
|
||||
MCJIT
|
||||
Object
|
||||
RuntimeDyld
|
||||
Support
|
||||
native
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user