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

Map source absolute paths to OUT_DIR as relative. #684

Merged
merged 3 commits into from Nov 24, 2022

Commits on Nov 24, 2022

  1. Map source absolute paths to OUT_DIR as relative.

    If a source file was specified by absolute path, then the corresponding
    object file was placed into OUT_DIR. This posed a problem if multiple
    files with the same base name were specified by absolute paths.
    
    Fixes rust-lang#683.
    dot-asm committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    15c8b51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    434f3db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36137ae View commit details
    Browse the repository at this point in the history