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

zig ld: handle -v linker arg #20512

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Commits on Jul 6, 2024

  1. zig ld: handle -v linker arg

    The "-v" argument is the same as "--version", but the linker should
    not exit after the version is printed.
    aikawayataro committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3a22ad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. zig ld: handle -V linker arg

    The "-V' argument lists the supported emulations. While linker
    emulation is not implemented, it's beneficial to warn user regarding
    this.
    aikawayataro committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    73021c1 View commit details
    Browse the repository at this point in the history