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 we invoke ld.lld manually to link our kernel's .o file into the final executable. We should figure out how to embed lld (or call the appropriate C++ functions in LLVM) so that we don't rely on the lld binary existing on the user's system.
The text was updated successfully, but these errors were encountered:
Currently we invoke
ld.lld
manually to link our kernel's .o file into the final executable. We should figure out how to embed lld (or call the appropriate C++ functions in LLVM) so that we don't rely on thelld
binary existing on the user's system.The text was updated successfully, but these errors were encountered: