diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-07 19:57:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 19:57:46 +0100 |
| commit | 85c475a839d08e442707d762df0402590504558a (patch) | |
| tree | fbff9f51ee36ff5e7fa80bbb662119cec2ea181f /compiler/rustc_codegen_llvm/src | |
| parent | c4453ccb82743f8994a89ebdf9c8c30a5c5b6998 (diff) | |
| parent | 2c7beeda90fd7a0a6ac3acea3ddb37fddb9cd893 (diff) | |
| download | rust-85c475a839d08e442707d762df0402590504558a.tar.gz rust-85c475a839d08e442707d762df0402590504558a.zip | |
Rollup merge of #108822 - nikic:legacy-pm-removal-2, r=cuviper
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" { |
