[clang] [llvm] [LLVM][rtsan] Add module pass to initialize rtsan (PR #118989)

Chris Apple via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 07:14:49 PST 2024


================
@@ -1024,12 +1024,14 @@ void EmitAssemblyHelper::RunOptimizationPipeline(
             FPM.addPass(BoundsCheckingPass());
           });
 
-    if (LangOpts.Sanitize.has(SanitizerKind::Realtime))
+    if (LangOpts.Sanitize.has(SanitizerKind::Realtime)) {
----------------
cjappl wrote:

I'll investigate if moving it is possible! Off the top of my head I don't know if there is a reason.

I'll report back with PRs on either/both of these soon.

https://github.com/llvm/llvm-project/pull/118989


More information about the llvm-commits mailing list