[all-commits] [llvm/llvm-project] 3a200f: [compiler-rt] Fix build on NetBSD 9.99.44
Kamil Rytarowski via All-commits
all-commits at lists.llvm.org
Fri Jan 31 05:57:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a200f3f2e52e671b8d9911e3724d6b11dbbbe08
https://github.com/llvm/llvm-project/commit/3a200f3f2e52e671b8d9911e3724d6b11dbbbe08
Author: Kamil Rytarowski <n54 at gmx.com>
Date: 2020-01-31 (Fri, 31 Jan 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
M compiler-rt/utils/generate_netbsd_ioctls.awk
Log Message:
-----------
[compiler-rt] Fix build on NetBSD 9.99.44
Fix build on >= 9.99.44 after the removal of urio(4).
Add compat code for the device as NetBSD-9.0 is supported.
More information about the All-commits
mailing list