https://bugs.llvm.org/show_bug.cgi?id=38589
Bug ID: 38589
Summary: sendmmsg requires glibc >= 2.14
Product: compiler-rt
Version: 7.0
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: msan
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
While building clang+llvm 7.0.0 rc1 for SLES 11.3, build fails with:
/local/mnt/workspace/bcain_0721/llvm/utils/release/rc1/llvm.src/projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix
.cc:1041:17: error: use of undeclared identifier 'mmsghdr'
CHECK_TYPE_SIZE(mmsghdr);
The ifdef guard is " SANITIZER_LINUX && (!defined(__ANDROID__) ||
__ANDROID_API__ >= 21)" but should probably also check for glibc version >=
2.14.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs