Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f21472217286
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ba2140b657ea
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on May 7, 2021

  1. compiler-rt: Fix build by passing resource dir

    Before, clang was able to find some headers with a relative path to the
    `-B` flag pointing near the unwrapped clang binary. But with multiple
    outputs that doesn't work, so we use a "resource directory" as it done
    later in the bootstrap.
    Ericson2314 committed May 7, 2021
    Copy the full SHA
    fc7a998 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Fast-forward PR #122399 from staging to staging-next

    compiler-rt: Revert passing `COMPILER_RT_OS_DIR` and not symlinking libs
    (cherry picked from commit 680b33f)
    #111487 (comment)
    Ericson2314 authored and vcunat committed May 12, 2021
    Copy the full SHA
    22da550 View commit details
    Browse the repository at this point in the history
  2. Merge #122044: compiler-rt: Fix build by passing resource dir

    Fast-forwarded from staging to staging-next.  See:
    #111487 (comment)
    vcunat committed May 12, 2021
    Copy the full SHA
    ba2140b View commit details
    Browse the repository at this point in the history