[all-commits] [llvm/llvm-project] ec563c: [ASan] Add sleep_before_init flag
Julian Lettner via All-commits
all-commits at lists.llvm.org
Thu May 19 20:41:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec563c5a905aeb10ac0eac039c85a3bf1fec1509
https://github.com/llvm/llvm-project/commit/ec563c5a905aeb10ac0eac039c85a3bf1fec1509
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2022-05-19 (Thu, 19 May 2022)
Changed paths:
M compiler-rt/lib/asan/asan_flags.inc
M compiler-rt/lib/asan/asan_rtl.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
R compiler-rt/test/asan/TestCases/sleep_after_init.c
R compiler-rt/test/asan/TestCases/sleep_before_dying.c
A compiler-rt/test/asan/TestCases/sleep_for_debugger.c
Log Message:
-----------
[ASan] Add sleep_before_init flag
Also do a little bit of refactoring instead of just copy&paste.
Differential Revision: https://reviews.llvm.org/D126037
More information about the All-commits
mailing list