Skip to content

Allow to use a custom dsymutil command #52728

@glandium

Description

@glandium

src/librustc_codegen_llvm/back/link.rs does this:

match Command::new("dsymutil").arg(out_filename).output() {

dsymutil might not be in your PATH, or worse, have a different name (like, llvm-dsymutil)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-debuginfoArea: Debugging information in compiled programs (DWARF, PDB, etc.)A-linkageArea: linking into static, shared libraries and binariesC-feature-requestCategory: A feature request, i.e: not implemented / a PR.O-macosOperating system: macOST-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions