File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_llvm/llvm-wrapper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -879,8 +879,8 @@ LLVMRustOptimizeWithNewPassManager(
879
879
MPM.addPass (ModuleMemorySanitizerPass (Options));
880
880
#else
881
881
MPM.addPass (MemorySanitizerPass (Options));
882
- MPM.addPass (createModuleToFunctionPassAdaptor (MemorySanitizerPass (Options)));
883
882
#endif
883
+ MPM.addPass (createModuleToFunctionPassAdaptor (MemorySanitizerPass (Options)));
884
884
}
885
885
);
886
886
#else
@@ -905,8 +905,8 @@ LLVMRustOptimizeWithNewPassManager(
905
905
MPM.addPass (ModuleThreadSanitizerPass ());
906
906
#else
907
907
MPM.addPass (ThreadSanitizerPass ());
908
- MPM.addPass (createModuleToFunctionPassAdaptor (ThreadSanitizerPass ()));
909
908
#endif
909
+ MPM.addPass (createModuleToFunctionPassAdaptor (ThreadSanitizerPass ()));
910
910
}
911
911
);
912
912
#else
You can’t perform that action at this time.
0 commit comments