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

Make source links relative to OUT_DIR #9580

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 7, 2024

  1. Make source links relative to OUT_DIR

    When generating code, `cranelift-isle` records the path to the source
    files. These paths were sometimes absolute, meaning it kept a trace of
    the system it was run on.
    
    These changes here add helper functions in `Files` to try and strip the
    value of `$OUT_DIR` (if set) from the file names.
    nmattia committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    631152e View commit details
    Browse the repository at this point in the history