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

Florian Mayer via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 07:51:09 PST 2024


================
@@ -25,3 +25,7 @@ attributes #0 = { mustprogress noinline sanitize_realtime optnone ssp uwtable(sy
 ; RealtimeSanitizer pass should insert __rtsan_realtime_exit right before function return
 ; CHECK: call{{.*}}@__rtsan_realtime_exit
 ; CHECK-NEXT: ret{{.*}}void
+
+; RealtimeSanitizer pass should insert call to initialize the runtime
----------------
fmayer wrote:

maybe the test should specify the context this call is in?

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


More information about the cfe-commits mailing list