Fix build for Linux musl.
Details
Details
- Reviewers
dvyukov vitalybuka - Group Reviewers
Restricted Project - Commits
- rG9d1857f69f4e: [msan] Guard FP_XSTATE_MAGIC1 usage with SANITIZER_GLIBC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118970
[msan] Guard FP_XSTATE_MAGIC1 usage with SANITIZER_GLIBC ClosedPublic Authored by MaskRay on Feb 3 2022, 10:51 PM.
Details
Summary Fix build for Linux musl.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 4 2022, 1:14 AM Closed by commit rG9d1857f69f4e: [msan] Guard FP_XSTATE_MAGIC1 usage with SANITIZER_GLIBC (authored by MaskRay). · Explain WhyFeb 4 2022, 10:15 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 406028 compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
compiler-rt/test/msan/Linux/signal_mcontext.cpp
compiler-rt/test/msan/Linux/signal_mcontext2.cpp
|
SANITIZER_GLIBC implies LINUX, right?