diff options
| author | Nikita Popov <npopov@redhat.com> | 2023-03-06 16:55:52 +0100 |
|---|---|---|
| committer | Nikita Popov <npopov@redhat.com> | 2023-03-06 16:55:52 +0100 |
| commit | 2c7beeda90fd7a0a6ac3acea3ddb37fddb9cd893 (patch) | |
| tree | e3bc221159f26c365f5880df376f84515832c054 /compiler/rustc_codegen_llvm/src | |
| parent | 8c0f83d773370150a6ea1b40b36b55566e40a73c (diff) | |
| download | rust-2c7beeda90fd7a0a6ac3acea3ddb37fddb9cd893.tar.gz rust-2c7beeda90fd7a0a6ac3acea3ddb37fddb9cd893.zip | |
Remove references to PassManagerBuilder
This is a legacy PM concept that we no longer use.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm/ffi.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs index 253c2ca7c76..509cb0fef56 100644 --- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs +++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs @@ -641,9 +641,6 @@ pub struct Builder<'a>(InvariantOpaque<'a>); #[repr(C)] pub struct PassManager<'a>(InvariantOpaque<'a>); extern "C" { - pub type PassManagerBuilder; -} -extern "C" { pub type Pass; } extern "C" { |
