1
0
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:
NAKAMURA Takumi 2015-08-27 00:04:24 +00:00
parent 1e50c760b7
commit 79e549d8b8
5 changed files with 0 additions and 8 deletions

View File

@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
Object
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
Object
RuntimeDyld
ScalarOpts

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
Object
RuntimeDyld
ScalarOpts

View File

@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
MCJIT
Object
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)

View File

@ -1,9 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MCJIT
Object
RuntimeDyld
Support
native
)