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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3818cd904967
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b57016c8c88b
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on May 6, 2020

  1. gcc: don’t require "lib" output

    libgccjit is a library but is used as a compiler. So it references a
    bunch of compiler things in $out. To avoid a cycle, we need to put
    everything in $out, so referenced to $lib need to be replaced with
    ${!outputLib}.
    matthewbauer committed May 6, 2020
    Copy the full SHA
    9c4fbf9 View commit details

Commits on May 7, 2020

  1. gcc: add langJit option for gcclangjit

    This option can be used to set the “jit” language which enable the
    libgccjit functionality. Also adds a “libgccjit” attr which is gcc
    built with just jit enabled.
    matthewbauer committed May 7, 2020
    Copy the full SHA
    fe19555 View commit details

Commits on May 9, 2020

  1. Merge pull request #87157 from matthewbauer/libgccjit

    Add libgccjit
    matthewbauer authored May 9, 2020
    Copy the full SHA
    b57016c View commit details
Loading