[commit: ghc] wip/angerman/backport/8.6/reinstallable-lib-ghc: Fix PPC_Darwin (000738d)

git at git.haskell.org git at git.haskell.org
Fri Mar 8 01:45:28 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/angerman/backport/8.6/reinstallable-lib-ghc
Link       : http://ghc.haskell.org/trac/ghc/changeset/000738d211940413421ace5cc04ee9e83c96c62a/ghc

>---------------------------------------------------------------

commit 000738d211940413421ace5cc04ee9e83c96c62a
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Thu Mar 7 10:29:26 2019 +0800

    Fix PPC_Darwin


>---------------------------------------------------------------

000738d211940413421ace5cc04ee9e83c96c62a
 compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs b/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs
index 91923fd..b0eb097 100644
--- a/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs
+++ b/compiler/codeGen/CodeGen/Platform/PPC_Darwin.hs
@@ -7,5 +7,5 @@ import GhcPrelude
 #define MACHREGS_NO_REGS 0
 #define MACHREGS_powerpc 1
 #define MACHREGS_darwin 1
-#include "../../../../includes/CodeGen.Platform.hs"
+#include "CodeGen.Platform.hs"
 



More information about the ghc-commits mailing list