Skip to content

GHCi: Fix isLittleEndian

Stefan Schulze Frielinghaus requested to merge (removed):isLittleEndian into master

isLittleEndian is used in order to verify that ghc and iserv make use of the same endianness. Thus, if both are build from the same source repository, then reversing the meaning of isLittleEndian doesn't break the system. Though, for the sake of correctness we should change it.

Thanks @hsyl20 for this finding from #18431 (closed)

Edited by Stefan Schulze Frielinghaus

Merge request reports