-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
compiler-rtstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
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
lin72h
Metadata
Metadata
Assignees
Labels
compiler-rtstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.