There are no intrinsic functions that leak arguments.
If the called function does not return, the current function
does not return as well, so no possibility of use-after-return.
Sanitizer function also don't leak or don't return.
It's safe to both pass pointers to local variables to them
and to tail-call them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
uar.cpp is failing when specifying -DCOMPILER_RT_BUILD_SANITIZERS=OFF because asan libs aren't built.
Comment Actions
going to revert, feel free to reland when -DCOMPILER_RT_BUILD_SANITIZERS=OFF handling is fixed