"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c5d1e443ed41d79278ab348c908ab65ab03be271"
[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
Summary: Currently, ASan inserts a call to `__asan_handle_no_return` before every `noreturn` function call/invoke. This is unnecessary for calls to other runtime funtions. This patch changes ASan to skip instrumentation for functions calls marked with `!nosanitize` metadata. Reviewers: TODO Differential Revision: https://reviews.llvm.org/D57489 llvm-svn: 352948
Loading
Please register or sign in to comment