You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add parameter in mk :
LOCAL_CFLAGS += -fsanitize=thread -O0 -g -pie -fPIE
but The generated module does not insert tsan code like __tsan_func_entry
I want to know why ?
Is the android realize tsan Compiler instrumentation function
The text was updated successfully, but these errors were encountered:
On Thu, Aug 13, 2020 at 1:16 AM zhouzhijie199112 ***@***.***> wrote:
I add parameter in mk :
LOCAL_CFLAGS += -fsanitize=thread -O0 -g -pie -fPIE
but The generated module does not insert tsan code like __tsan_func_entry
I want to know why ?
Is the android realize tsan Compiler instrumentation function
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1294>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADG4SSMDN7P4N72IWZ2FYTSAOON7ANCNFSM4P6AOWXA>
.
I add parameter in mk :
LOCAL_CFLAGS += -fsanitize=thread -O0 -g -pie -fPIE
but The generated module does not insert tsan code like __tsan_func_entry
I want to know why ?
Is the android realize tsan Compiler instrumentation function
The text was updated successfully, but these errors were encountered: