[llvm-bugs] [Bug 42988] New: Please merge compiler-rt patches for LLVM-9 for NetBSD

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 13 13:25:45 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42988

            Bug ID: 42988
           Summary: Please merge compiler-rt patches for LLVM-9 for NetBSD
           Product: compiler-rt
           Version: 9.0
          Hardware: All
                OS: NetBSD
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: n54 at gmx.com
                CC: llvm-bugs at lists.llvm.org

Please merge:

commit 18c588a374a75b45cd8dc3d98728bb78437a8bfc
Author: Kamil Rytarowski <n54 at 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 e714d8ac62904a0d8af7aa463ff47c5357346f6f
Author: Kamil Rytarowski <n54 at 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 cb1c835da3296c7a2dbef04fdb58fbaee49c2497
Author: Kamil Rytarowski <n54 at 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190813/b783c3da/attachment.html>


More information about the llvm-bugs mailing list