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

Update should_use_metadata function #9653

Merged
merged 2 commits into from
Jul 22, 2021

Commits on Jul 5, 2021

  1. Update should_use_metadata function

    * Correct the reason for not renaming dylibs
    * Add todo for -install-name/-soname usage
    * Limit wasm32 executable metadata omission to emscripten. Wasm files
      don't contain any filename themself.
    * Don't omit metadata for executables on macOS. backtrace-rs is now able
      to load debuginfo for renamed .dSYM files.
    * Mention another reason to include the metadata hash for libstd.
    bjorn3 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    283bafc View commit details
    Browse the repository at this point in the history
  2. Update test

    bjorn3 committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    8c24820 View commit details
    Browse the repository at this point in the history