about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2023-03-06 16:55:52 +0100
committerNikita Popov <npopov@redhat.com>2023-03-06 16:55:52 +0100
commit2c7beeda90fd7a0a6ac3acea3ddb37fddb9cd893 (patch)
treee3bc221159f26c365f5880df376f84515832c054 /compiler/rustc_codegen_llvm/src
parent8c0f83d773370150a6ea1b40b36b55566e40a73c (diff)
downloadrust-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.rs3
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" {