
#7571: LLVM codegen does not handle integer literals in branch conditionals.
--------------------------------+-------------------------------------------
Reporter: thoughtpolice | Owner: thoughtpolice
Type: bug | Status: patch
Priority: normal | Component: Compiler (LLVM)
Version: 7.6.1 | Keywords: llvm, codegen
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: | Related:
--------------------------------+-------------------------------------------
Changes (by thoughtpolice):
* status: new => patch
Comment:
I have verified my patch fixes the build of StdStgThunks.cmm on my ODROID.
More ARM build failures are still in my way, but nonetheless this patch
should be merged for everyone since it fixes compiler bootstrapping with
LLVM.
I also added a hefty note explaining the change.
{{{
commit 0de9754d06c8ca57e781bb829931ff7cdc861344
Author: Austin Seipp