You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each OS target defines its own `add_startup_object` function (e.g. linux: https://github.com/llvm/llvm-project/blob/51bceb46f8eeb7c3d060387be315ca41855933c2/libc/startup/linux/CMakeLists.txt#L53)
We should merge these into one function and put it alongside `add_entrypoint_object` etc. in `/cmake/modules`.
Currently each OS target defines its own
add_startup_object
function (e.g. linux:llvm-project/libc/startup/linux/CMakeLists.txt
Line 53 in 51bceb4
We should merge these into one function and put it alongside
add_entrypoint_object
etc. in/cmake/modules
.The text was updated successfully, but these errors were encountered: