Skip to content

audit compiler-rt #1504

@andrewrk

Description

@andrewrk

Zig's compiler-rt is a maintained port of LLVM's compiler-rt. This means we need to track upstream.

From now on, the policy is to document each compiler-rt function with the svn revision id of compiler-rt that the function was ported from. For existing functions, add this documentation comment once auditing the code with the latest code.

Then, when upgrading to new LLVM versions, we will do a svn diff on compiler-rt to find out what has changed upstream, make any necessary changes in zig, and update the comment to the new svn revision.

Added to LLVM Upgrade Process

Metadata

Metadata

Assignees

No one assigned

    Labels

    compiler-rtstandard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions