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

Commits on Feb 12, 2021

  1. Revert "llvm_11: patch to recognize Genode platform triples"

    Pushed to the wrong remote :(
    
    This reverts commit 9ddb9c0.
    ehmry committed Feb 12, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    35e12d8 View commit details
Showing with 0 additions and 159 deletions.
  1. +0 −157 pkgs/development/compilers/llvm/11/llvm-genode.patch
  2. +0 −2 pkgs/development/compilers/llvm/11/llvm.nix
157 changes: 0 additions & 157 deletions pkgs/development/compilers/llvm/11/llvm-genode.patch

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/development/compilers/llvm/11/llvm.nix
Original file line number Diff line number Diff line change
@@ -55,8 +55,6 @@ in stdenv.mkDerivation (rec {

propagatedBuildInputs = [ ncurses zlib ];

patches = [ ./llvm-genode.patch ];

postPatch = optionalString stdenv.isDarwin ''
substituteInPlace cmake/modules/AddLLVM.cmake \
--replace 'set(_install_name_dir INSTALL_NAME_DIR "@rpath")' "set(_install_name_dir)" \