Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sanitizer-common build with glibc 2.31 (llvm#47)
The type of ipc_perm mode field used by sanitizers is inconsistent with one found in glibc 2.31, resulting in a test failure during build. The sanitizers don't actually use the field directly and only care about the size and alignment of the whole structure. Disable the field check until the upgrade to LLVM 10 which addresses the issue in more comprehensive way. Co-authored-by: Tomasz Miąsko <[email protected]>
- Loading branch information