mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-12 09:41:26 +00:00
tsan: Non-executable stack for hand-coded assembly
llvm-svn: 162112
This commit is contained in:
parent
a0b42cacbf
commit
e2b5b5c4ac
@ -69,3 +69,8 @@ __tsan_report_race_thunk:
|
||||
pop %rcx
|
||||
pop %rax
|
||||
ret
|
||||
|
||||
#ifdef __linux__
|
||||
/* We do not need executable stack. */
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user