[RuntimeDyld] Add dependence on Core.

Commit 498dd745f5 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 362eedcbb4
commit 5682f192bd
1 changed files with 1 additions and 1 deletions

View File

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