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

[ORC] Add missing library dependency on IRReader.

This commit is contained in:
Lang Hames 2021-05-05 19:30:24 -07:00
parent 18aab152f8
commit 3fb748df70

View File

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