Merge pull request #42455 from dtzWill/fix/ghc-musl-usellvm

ghc-{8.2.2,8.4.3}: "useLLVM" when target is musl as well
This commit is contained in:
Will Dietz 2018-06-23 18:09:41 -05:00 committed by GitHub
commit 2e5e26d64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
, libffi, libiconv ? null, ncurses , libffi, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86 , useLLVM ? !targetPlatform.isx86 || targetPlatform.isMusl
, # LLVM is conceptually a run-time-only depedendency, but for , # LLVM is conceptually a run-time-only depedendency, but for
# non-x86, we need LLVM to bootstrap later stages, so it becomes a # non-x86, we need LLVM to bootstrap later stages, so it becomes a
# build-time dependency too. # build-time dependency too.

View File

@ -7,7 +7,7 @@
, libffi, libiconv ? null, ncurses , libffi, libiconv ? null, ncurses
, useLLVM ? !targetPlatform.isx86 , useLLVM ? !targetPlatform.isx86 || targetPlatform.isMusl
, # LLVM is conceptually a run-time-only depedendency, but for , # LLVM is conceptually a run-time-only depedendency, but for
# non-x86, we need LLVM to bootstrap later stages, so it becomes a # non-x86, we need LLVM to bootstrap later stages, so it becomes a
# build-time dependency too. # build-time dependency too.