1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

[ORC] Add JITLink dependence for ObjectLinkingLayerTest.

This aims to fix the failure at
https://lab.llvm.org/buildbot/#/builders/61/builds/9590.
This commit is contained in:
Lang Hames 2021-05-13 22:47:35 -07:00
parent 12903dbf9e
commit 5fae3540d3

View File

@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
Core Core
ExecutionEngine ExecutionEngine
IRReader IRReader
JITLink
Object Object
OrcJIT OrcJIT
OrcShared OrcShared