Skip to content

Commit

Permalink
Setting LLVMAS to llvm-as did not help
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Dec 19, 2024
1 parent 87ac69d commit 6758658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/ghc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ stdenv.mkDerivation (rec {
'' + lib.optionalString useLLVM ''
export LLC="${llvmPackages.llvm}/bin/llc"
export OPT="${llvmPackages.llvm}/bin/opt"
export LLVMAS="${llvmPackages.llvm}/bin/llvm-as"
'' + lib.optionalString (!stdenv.isDarwin) ''
export NIX_LDFLAGS+=" -rpath $out/lib/${targetPrefix}ghc-${ghc-version}"
'' + lib.optionalString stdenv.isDarwin ''
Expand Down

0 comments on commit 6758658

Please sign in to comment.