History log of /llvm-project/compiler-rt/test/rtsan/blocking_call.cpp (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4, llvmorg-19.1.3, llvmorg-19.1.2
# 6ace680a 07-Oct-2024 Chris Apple <cja-private@pm.me>

[rtsan][compiler-rt] Get rid of [[blocking]] stub in tests (#111392)


Revision tags: llvmorg-19.1.1
# 1b601938 21-Sep-2024 Chris Apple <cja-private@pm.me>

[rtsan][compiler-rt] Introduce __rtsan_notify_blocking_call (#109529)

# Why?

In llvm, we need to add a call to `__rtsan_notify_blocking_call()` when
a function is marked `[[clang::blocking]]`. T

[rtsan][compiler-rt] Introduce __rtsan_notify_blocking_call (#109529)

# Why?

In llvm, we need to add a call to `__rtsan_notify_blocking_call()` when
a function is marked `[[clang::blocking]]`. This will produce a
different error message than a call to an unsafe malloc etc

show more ...