Skip to content

Selectable driver from main executable for testing #12

@rdrpenguin04

Description

@rdrpenguin04

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions