[all-commits] [llvm/llvm-project] e31a5e: [ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly c...
kstoimenov via All-commits
all-commits at lists.llvm.org
Fri Dec 10 13:53:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e31a5e0ba540fcebf115d2fcde2be8a250c485c1
https://github.com/llvm/llvm-project/commit/e31a5e0ba540fcebf115d2fcde2be8a250c485c1
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M compiler-rt/lib/asan/asan_rtl_x86_64.S
Log Message:
-----------
[ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callback file.
This is present in our assembly files. It should fix decorate_proc_maps.cpp failures because of shadow memory being allocated as executable.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D115552
More information about the All-commits
mailing list