Followup for D101428.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with the Dirty size fix (if it's required).
compiler-rt/lib/tsan/rtl/tsan_clock.h | ||
---|---|---|
72 | Does size of Dirty still equals to u64? I am not sure bitfields will be combined here. |
Does size of Dirty still equals to u64? I am not sure bitfields will be combined here.
Please add a static_assert on size.