Index: compiler-rt/lib/tsan/rtl-old/tsan_shadow.h =================================================================== --- compiler-rt/lib/tsan/rtl-old/tsan_shadow.h +++ 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