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

[AIX] Remove AixLinker's debuginfo() implementation #117118

Merged
merged 3 commits into from
Mar 15, 2024

Commits on Mar 5, 2024

  1. [AIX] Remove AixLinker's debuginfo() implementation

    `-s` option doesn't perfectly fit into debuginfo()'s semantics and may unexpectedly
    remove metadata in shared libraries. Remove the implementation and suggest user to
    use `strip` utility instead.
    Kai Luo committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aa692a5 View commit details
    Browse the repository at this point in the history
  2. Rebased

    Kai Luo committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e74e6e7 View commit details
    Browse the repository at this point in the history
  3. Adjust wording

    Kai Luo committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b1c3909 View commit details
    Browse the repository at this point in the history