[all-commits] [llvm/llvm-project] 9128f5: [NFC][Asan] Move free_tid from ChunkHeader
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sat Sep 5 18:42:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9128f5c8a719095f12a8864a2b81395c70a321b3
https://github.com/llvm/llvm-project/commit/9128f5c8a719095f12a8864a2b81395c70a321b3
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-09-05 (Sat, 05 Sep 2020)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.cpp
Log Message:
-----------
[NFC][Asan] Move free_tid from ChunkHeader
The goal to make chunk_state atomic, but we can't pack it with
free_tid on Windows.
More information about the All-commits
mailing list