- Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
Description
| Bugzilla Link | 42988 |
| Resolution | FIXED |
| Resolved on | Aug 20, 2019 00:58 |
| Version | 9.0 |
| OS | NetBSD |
| Blocks | #41819 |
| Reporter | LLVM Bugzilla Contributor |
| CC | @zmodem |
Extended Description
Please merge:
commit 18c588a
Author: Kamil Rytarowski n54@gmx.com
Date: Thu Aug 8 02:21:44 2019 +0000
Sync ioctl(2) list with NetBSD 9.99.3 Register 36 new ioctl(2) calls. Enable NVMM for amd64 as the API has been stabilized. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@368247 91177308-0d34-0410-b5e6-96231b3b80d8 commit e714d8a
Author: Kamil Rytarowski n54@gmx.com
Date: Thu Aug 8 02:08:23 2019 +0000
Update generate_netbsd_ioctls.awk for NetBSD 9.99.3 Register new ioctl argument types passed in ioctl(2) calls. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@368246 91177308-0d34-0410-b5e6-96231b3b80d8 commit cb1c835
Author: Kamil Rytarowski n54@gmx.com
Date: Wed Aug 7 21:56:43 2019 +0000
Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMIC The fallback to the alternative implementation of TSD with TLS is only needed for the static version of ASan for NetBSD. The same code cannot be reused for the dynamic version of ASan as TLS breaks and TSD code works. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@368219 91177308-0d34-0410-b5e6-96231b3b80d8