File tree 2 files changed +0
-5
lines changed
rustc_codegen_llvm/src/llvm
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -640,9 +640,6 @@ extern "C" {
640
640
pub struct Builder < ' a > ( InvariantOpaque < ' a > ) ;
641
641
#[ repr( C ) ]
642
642
pub struct PassManager < ' a > ( InvariantOpaque < ' a > ) ;
643
- extern "C" {
644
- pub type PassManagerBuilder ;
645
- }
646
643
extern "C" {
647
644
pub type Pass ;
648
645
}
Original file line number Diff line number Diff line change 26
26
#endif
27
27
#include " llvm/Support/Host.h"
28
28
#include " llvm/Target/TargetMachine.h"
29
- #include " llvm/Transforms/IPO/PassManagerBuilder.h"
30
29
#include " llvm/Transforms/IPO/AlwaysInliner.h"
31
30
#include " llvm/Transforms/IPO/FunctionImport.h"
32
31
#include " llvm/Transforms/IPO/Internalize.h"
35
34
#include " llvm/Transforms/Utils/FunctionImportUtils.h"
36
35
#include " llvm/LTO/LTO.h"
37
36
#include " llvm/Bitcode/BitcodeWriter.h"
38
- #include " llvm-c/Transforms/PassManagerBuilder.h"
39
37
40
38
#include " llvm/Transforms/Instrumentation.h"
41
39
#include " llvm/Transforms/Instrumentation/AddressSanitizer.h"
You can’t perform that action at this time.
0 commit comments