1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[JITLink] Add dependencies on MCDissassembler and Target to unit test.

llvm-svn: 358836
This commit is contained in:
Lang Hames 2019-04-21 00:35:58 +00:00
parent 592e87fcac
commit e7ec9fc434

View File

@ -2,9 +2,11 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
JITLink
MC
MCDisassembler
Object
RuntimeDyld
Support
Target
)
add_llvm_unittest(JITLinkTests