forked from OSchip/llvm-project
[ORC] Add a dependence on MC to LLVMBuild.txt
llvm-svn: 335673
This commit is contained in:
parent
a67abc83b7
commit
bf7b532cbc
|
@ -1,4 +1,4 @@
|
|||
;===- ./lib/ExecutionEngine/MCJIT/LLVMBuild.txt ----------------*- Conf -*--===;
|
||||
;===- ./lib/ExecutionEngine/Orc/LLVMBuild.txt ----------------*- Conf -*--===;
|
||||
;
|
||||
; The LLVM Compiler Infrastructure
|
||||
;
|
||||
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = OrcJIT
|
||||
parent = ExecutionEngine
|
||||
required_libraries = Core ExecutionEngine Object RuntimeDyld Support TransformUtils
|
||||
required_libraries = Core ExecutionEngine Object MC RuntimeDyld Support Target TransformUtils
|
||||
|
|
Loading…
Reference in New Issue