File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
rustc_codegen_llvm/src/llvm Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -640,9 +640,6 @@ extern "C" {
640640pub struct Builder < ' a > ( InvariantOpaque < ' a > ) ;
641641#[ repr( C ) ]
642642pub struct PassManager < ' a > ( InvariantOpaque < ' a > ) ;
643- extern "C" {
644- pub type PassManagerBuilder ;
645- }
646643extern "C" {
647644 pub type Pass ;
648645}
Original file line number Diff line number Diff line change 2626#endif
2727#include " llvm/Support/Host.h"
2828#include " llvm/Target/TargetMachine.h"
29- #include " llvm/Transforms/IPO/PassManagerBuilder.h"
3029#include " llvm/Transforms/IPO/AlwaysInliner.h"
3130#include " llvm/Transforms/IPO/FunctionImport.h"
3231#include " llvm/Transforms/IPO/Internalize.h"
3534#include " llvm/Transforms/Utils/FunctionImportUtils.h"
3635#include " llvm/LTO/LTO.h"
3736#include " llvm/Bitcode/BitcodeWriter.h"
38- #include " llvm-c/Transforms/PassManagerBuilder.h"
3937
4038#include " llvm/Transforms/Instrumentation.h"
4139#include " llvm/Transforms/Instrumentation/AddressSanitizer.h"
You can’t perform that action at this time.
0 commit comments