This is needed for LSAN integration work. LSAN uses context to store thread_id << 32 + stack_id. In order to fit both we would need thread_id to be 32 bit.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This revision is now accepted and ready to land.Nov 30 2022, 4:31 PM
This revision was landed with ongoing or failed builds.Nov 30 2022, 4:44 PM
Closed by commit rGf7c71611370d: [HWASAN] Modified __hwasan::Thread::unique_id_ to be u32 instead of u64. (authored by kstoimenov). · Explain Why
This revision was automatically updated to reflect the committed changes.