Skip to content

Commit

Permalink
Update useLLVM logic
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 17, 2023
1 parent bfb0775 commit 122e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ghc/default.nix
Expand Up @@ -20,7 +20,7 @@ let self =
, # GHC can be built with system libffi or a bundled one.
libffi ? null

, useLLVM ? !final.stdenv.targetPlatform.isx86 && !final.stdenv.targetPlatform.isAarch64 && !stdenv.targetPlatform.isGhcjs;
, useLLVM ? !stdenv.targetPlatform.isx86 && !stdenv.targetPlatform.isAarch64 && !stdenv.targetPlatform.isGhcjs
, # LLVM is conceptually a run-time-only dependency, but for
# non-x86, we need LLVM to bootstrap later stages, so it becomes a
# build-time dependency too.
Expand Down

0 comments on commit 122e3bf

Please sign in to comment.