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: 288cfc7d2f2a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d4ad868aaa4c
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 22, 2020

  1. clang_7,clang_8,clang_9: fix compilation of HIP-code

    This PR aims to fix the same problem as NixOS/nixpkgs PR #77476; enabling to
    compile HIP-code using the packaged clang compiler, by also searching in $PATH
    for required binaries.
    The change is committed upstream (https://reviews.llvm.org/D72903), but will
    not land in the clang versions in nixpkgs (only clang 10+). As such I have
    created patches for the affected versions. To compile HIP-code lld is needed,
    so I added it to the clang-package.<Paste>
    DieGoldeneEnte committed Jan 22, 2020
    Copy the full SHA
    558af6f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge pull request #78308 from DieGoldeneEnte/clang-hip-patch

    clang_7,clang_8,clang_9: fix compilation of HIP-code
    matthewbauer committed Jan 28, 2020
    Copy the full SHA
    d4ad868 View commit details
    Browse the repository at this point in the history