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: 1151597e8495
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9ee69c27c9b3
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 16, 2018

  1. clang: refactor post-install comments

    Throughout the evolution of the Clang packages, some comments have
    become misplaced. Put some of Clang's postInstall comments next to the
    lines they refer to.
    strager committed Apr 16, 2018
    Copy the full SHA
    d3d0c01 View commit details
    Browse the repository at this point in the history
  2. clang: fix install on Darwin

    As of Nix 2.0, building the `user-environment` package on macOS (Darwin)
    fails because LLVMgold.so is a broken symlink. Fix the issue by not
    creating the symlink in the first place, since it wouldn't be used on
    Darwin anyway.
    strager committed Apr 16, 2018
    Copy the full SHA
    2505aa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Copy the full SHA
    9487244 View commit details
    Browse the repository at this point in the history
  2. clang: only link if LLVMgold exists

    buildEnv now errors with broken symlinks. Lots of things like this
    still exist.
    
    Discussion in #39038.
    matthewbauer committed Apr 17, 2018
    Copy the full SHA
    7b73c7f View commit details
    Browse the repository at this point in the history
  3. llvm: remove libedit from clang

    clang should never need libedit. From what I understand this is only
    needed by LLDB.
    
    https://github.com/llvm-mirror/clang/search?q=libedit
    matthewbauer committed Apr 17, 2018
    Copy the full SHA
    9ee69c2 View commit details
    Browse the repository at this point in the history