Remove references to PassManagerBuilder
This is a legacy PM concept that we no longer use.
This commit is contained in:
parent
8c0f83d773
commit
2c7beeda90
2 changed files with 0 additions and 5 deletions
|
@ -640,9 +640,6 @@ extern "C" {
|
|||
pub struct Builder<'a>(InvariantOpaque<'a>);
|
||||
#[repr(C)]
|
||||
pub struct PassManager<'a>(InvariantOpaque<'a>);
|
||||
extern "C" {
|
||||
pub type PassManagerBuilder;
|
||||
}
|
||||
extern "C" {
|
||||
pub type Pass;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue