glibc versions < 2.26 use different names for the fields.
However the layout is unchanged, so using the offset should be a
portable way to address this issue across platforms.
Details
Details
- Reviewers
phosek mcgrathr dvyukov - Commits
- rG9eeb2c98f452: [msan] Check for AVX regs using offset
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
I'd use stdint.h instead which is more consistent with other tests and avoids header dependency on C++ standard library.