nixpkgs/pkgs/development/compilers/ghc
sternenseemann c876c7498e haskell.compiler.*: only set CLANG to match llc/opt
* By taking clang from llvmPackages we make sure there is no version
  mismatch between LLVM (where llc and opt come from) and clang (which
  previously would be taken from stdenv on darwin for example).

* Only pass CLANG if useLLVM is true. Previously we also set this if
  targetCC was clang. This would cause potentially confusing behavior if
  llc and opt as well as clang are provided via PATH (and GHC is
  compiled with useLLVM == false), because clang from PATH would be
  ignored, but not llc and opt.
2021-11-30 22:55:19 +01:00
..
8.6.5-binary.nix haskell.compiler.ghc*Binary: add all missing runtimeDeps to PATH 2021-11-25 15:42:47 +01:00
8.8.4.nix haskell.compiler.*: only set CLANG to match llc/opt 2021-11-30 22:55:19 +01:00
8.10.2-binary.nix haskell.compiler.ghc*Binary: add all missing runtimeDeps to PATH 2021-11-25 15:42:47 +01:00
8.10.7-binary.nix haskell.compiler.ghc*Binary: add all missing runtimeDeps to PATH 2021-11-25 15:42:47 +01:00
8.10.7.nix haskell.compiler.*: only set CLANG to match llc/opt 2021-11-30 22:55:19 +01:00
9.0.1.nix haskell.compiler.*: only set CLANG to match llc/opt 2021-11-30 22:55:19 +01:00
9.2.1.nix haskell.compiler.*: only set CLANG to match llc/opt 2021-11-30 22:55:19 +01:00
backport-dylib-command-size-limit.patch
gcc-clang-wrapper.sh
head.nix haskell.compiler.*: only set CLANG to match llc/opt 2021-11-30 22:55:19 +01:00
issue-18549.patch #95747: fix build of GHC 8.10.2 2020-08-18 15:56:45 +02:00
rename-numa-api-call.patch ghc8.8.4: fix mingw build 2021-09-09 03:35:17 +01:00
respect-ar-path.patch Fix ar command path in GHC. 2021-02-05 22:54:09 +01:00
sphinx-4-configuration.patch haskell.compiler.ghc8104: patch for sphinx >= 4.0 2021-06-22 13:42:55 +02:00