1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

OrcJITTests: Update libdeps corresponding to r251604.

llvm-svn: 251619
This commit is contained in:
NAKAMURA Takumi 2015-10-29 06:40:04 +00:00
parent cb16a9a0d5
commit 5ae830ec21

View File

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