forked from OSchip/llvm-project
[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:
parent
362eedcbb4
commit
5682f192bd
|
@ -18,4 +18,4 @@
|
|||
type = Library
|
||||
name = RuntimeDyld
|
||||
parent = ExecutionEngine
|
||||
required_libraries = MC Object Support
|
||||
required_libraries = Core MC Object Support
|
||||
|
|
Loading…
Reference in New Issue