Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectable driver from main executable for testing #12

Open
rdrpenguin04 opened this issue Jun 19, 2020 · 0 comments
Open

Selectable driver from main executable for testing #12

rdrpenguin04 opened this issue Jun 19, 2020 · 0 comments
Assignees

Comments

@rdrpenguin04
Copy link
Contributor

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>
@rdrpenguin04 rdrpenguin04 self-assigned this Jun 19, 2020
@chorman0773 chorman0773 removed the driver label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants