mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-31 09:22:31 +00:00
Fix shared build of LLVMPasses.
It's missing a dependency on Instrumentation (needed for llvm::InstrProfiling::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&)) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266656 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f8cd41782
commit
31068d57c7
@ -19,4 +19,4 @@
|
||||
type = Library
|
||||
name = Passes
|
||||
parent = Libraries
|
||||
required_libraries = Analysis Core IPO InstCombine Scalar Support TransformUtils Vectorize
|
||||
required_libraries = Analysis Core IPO InstCombine Scalar Support TransformUtils Vectorize Instrumentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user