[compiler-rt] [rtsan][compiler-rt] Get rid of [[blocking]] stub in tests (PR #111392)
Chris Apple via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 08:12:45 PDT 2024
================
@@ -28,7 +21,7 @@ int main() {
return 0;
// CHECK-NOT: {{.*safe_call*}}
// CHECK: ==ERROR: RealtimeSanitizer: blocking-call
- // CHECK-NEXT: Call to blocking function `custom_blocking_function` in real-time context!
+ // CHECK-NEXT: Call to blocking function `custom_blocking_function()` in real-time context!
----------------
cjappl wrote:
This change was because __func__ behaves different from the LLVM IR demangling of the same func
https://github.com/llvm/llvm-project/pull/111392
More information about the llvm-commits
mailing list