forked from OSchip/llvm-project
Add missing dependency to LLVMPasses
Passes should depend on CodeGen, as that contains some IR-to-IR passes. llvm-svn: 273724
This commit is contained in:
parent
fd1f2f8561
commit
5134020ea6
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = Passes
|
||||
parent = Libraries
|
||||
required_libraries = Analysis Core IPO InstCombine Scalar Support TransformUtils Vectorize Instrumentation
|
||||
required_libraries = Analysis CodeGen Core IPO InstCombine Scalar Support TransformUtils Vectorize Instrumentation
|
||||
|
|
Loading…
Reference in New Issue