[all-commits] [llvm/llvm-project] fd16d4: [NFC][asan] Replace start_routine_ and arg_ with o...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Jul 26 12:59:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd16d465363ecf43c133e881038d87dc06704c0f
https://github.com/llvm/llvm-project/commit/fd16d465363ecf43c133e881038d87dc06704c0f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.cpp
M compiler-rt/lib/asan/asan_mac.cpp
M compiler-rt/lib/asan/asan_thread.cpp
M compiler-rt/lib/asan/asan_thread.h
M compiler-rt/lib/asan/asan_win.cpp
Log Message:
-----------
[NFC][asan] Replace start_routine_ and arg_ with opaque start_data_ field
start_data_ is platform specific.
Reviewed By: kstoimenov
Differential Revision: https://reviews.llvm.org/D156298
More information about the All-commits
mailing list