diff --git a/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h b/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h --- a/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h +++ b/compiler-rt/lib/tsan/rtl-old/tsan_shadow.h @@ -94,6 +94,7 @@ // Shadow (from most significant bit): // freed : 1 // tid : kTidBits +// unused : 1 // is_atomic : 1 // is_read : 1 // size_log : 2