From 735f9d6bac316a0c1c68a8b49bba465f07b01cdd Mon Sep 17 00:00:00 2001 From: Sylvain Henry Date: Mon, 29 Jun 2020 19:58:56 +0200 Subject: Replace ghcWithNativeCodeGen with a proper Backend datatype * Represent backends with a `Backend` datatype in GHC.Driver.Backend * Don't detect the default backend to use for the target platform at compile time in Hadrian/make but at runtime. It makes "Settings" simpler and it is a step toward making GHC multi-target. * The latter change also fixes hadrian which has not been updated to take into account that the NCG now supports AIX and PPC64 (cf df26b95559fd467abc0a3a4151127c95cb5011b9 and d3c1dda60d0ec07fc7f593bfd83ec9457dfa7984) * Also we don't treat iOS specifically anymore (cf cb4878ffd18a3c70f98bdbb413cd3c4d1f054e1f) --- compiler/GHC/Cmm/CLabel.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/GHC/Cmm/CLabel.hs') diff --git a/compiler/GHC/Cmm/CLabel.hs b/compiler/GHC/Cmm/CLabel.hs index 6c9810c10e..47487c7ebe 100644 --- a/compiler/GHC/Cmm/CLabel.hs +++ b/compiler/GHC/Cmm/CLabel.hs @@ -1255,7 +1255,7 @@ pprCLabel dflags = \case where platform = targetPlatform dflags - useNCG = platformMisc_ghcWithNativeCodeGen (platformMisc dflags) + useNCG = hscTarget dflags == HscAsm maybe_underscore :: SDoc -> SDoc maybe_underscore doc = -- cgit v1.2.1