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: 6ebcac79f368
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7edf2db0fddc
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 12, 2019

  1. llvm8: support c++ in cross case

    this adds libc++ to the LLVM cross, giving us access to the full
    Nixpkgs set. This requires 4 stages of wrapped compilers:
    
    - Clang with no libraries
    - Clang with just compiler-rt
    - Clang with Libc, and compiler-rt
    - Clang with Libc++, Libc, and compiler-rt
    matthewbauer committed Apr 12, 2019
    Copy the full SHA
    d453273 View commit details
    Browse the repository at this point in the history
  2. clang 8, lldClangStdenv: Get LLVM's unwind working properly

    Backport the `--unwindlib` flag, so it don't try to use libgcc on Linux
    for hysterical reasons. The alternative of passing `-lunwind` always
    would mess up C.
    Ericson2314 authored and matthewbauer committed Apr 12, 2019
    Copy the full SHA
    6794b01 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59338 from matthewbauer/llvm-libc++

    llvm8: support c++ in cross case
    matthewbauer committed Apr 12, 2019
    Copy the full SHA
    7edf2db View commit details
    Browse the repository at this point in the history