[compiler-rt] 475c433 - Revert "[TSan][NFC] fixup for comment of Shadow"
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 11:24:31 PST 2022
Author: Vitaly Buka
Date: 2022-02-23T11:24:24-08:00
New Revision: 475c43339bdd6e07d3b891365c04d48fca75303b
URL: https://github.com/llvm/llvm-project/commit/475c43339bdd6e07d3b891365c04d48fca75303b
DIFF: https://github.com/llvm/llvm-project/commit/475c43339bdd6e07d3b891365c04d48fca75303b.diff
LOG: Revert "[TSan][NFC] fixup for comment of Shadow"
Wrong author.
This reverts commit 6bff092e3ed4ae1f21b290f88cf7152cb331aa48.
Added:
Modified:
compiler-rt/lib/tsan/rtl-old/tsan_shadow.h
Removed:
################################################################################
diff --git a/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h b/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h
index 566584fd3203a..8b7bc341713e8 100644
--- a/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h
+++ b/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h
@@ -94,7 +94,6 @@ class FastState {
// Shadow (from most significant bit):
// freed : 1
// tid : kTidBits
-// unused : 1
// is_atomic : 1
// is_read : 1
// size_log : 2
More information about the llvm-commits
mailing list