mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix shared build of LLVMPasses.
It's missing a dependency on Instrumentation (needed for llvm::InstrProfiling::run(llvm::Module&, llvm::AnalysisManager<llvm::Module>&)) llvm-svn: 266656
This commit is contained in:
parent
f97ce19844
commit
8d0d1a9a25
@ -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…
Reference in New Issue
Block a user