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
The current state of lcld prohibits testing. Cargo can't copy files as a post-build task, and the main executable can't be run as a linker. For testing purposes, the linker should be able to be run as such:
lcld --mode win <remaining arguments passed to lc-link driver>
lcld --mode mac <remaining arguments passed to ld64.lc driver>
lcld --mode posix <remaining arguments passed to ld.lc driver>
The text was updated successfully, but these errors were encountered:
The current state of lcld prohibits testing. Cargo can't copy files as a post-build task, and the main executable can't be run as a linker. For testing purposes, the linker should be able to be run as such:
lcld --mode win <remaining arguments passed to lc-link driver>
lcld --mode mac <remaining arguments passed to ld64.lc driver>
lcld --mode posix <remaining arguments passed to ld.lc driver>
The text was updated successfully, but these errors were encountered: