1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[RuntimeDyld] Add dependence on Core.

Commit 498dd745f55 introduced a dependence on Core. This patch updates
LLVMbuild.txt to reflect this.
This commit is contained in:
Lang Hames 2020-06-15 11:07:16 -07:00
parent 7474aa4a49
commit d94eb15087

View File

@ -18,4 +18,4 @@
type = Library
name = RuntimeDyld
parent = ExecutionEngine
required_libraries = MC Object Support
required_libraries = Core MC Object Support