From 385dced67dc57632d598267ea7577f7a69747260 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 11 Jan 2013 18:03:15 +0000 Subject: Update a panic message I don't actually know if suggesting -fllvm as a workaround is useful advice, but -fvia-C certainly won't help as it doesn't do anything any more. --- compiler/nativeGen/SPARC/Base.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/nativeGen') diff --git a/compiler/nativeGen/SPARC/Base.hs b/compiler/nativeGen/SPARC/Base.hs index 7a05663860..96fb5e7797 100644 --- a/compiler/nativeGen/SPARC/Base.hs +++ b/compiler/nativeGen/SPARC/Base.hs @@ -70,6 +70,6 @@ largeOffsetError :: (Integral a, Show a) => a -> b largeOffsetError i = panic ("ERROR: SPARC native-code generator cannot handle large offset (" ++ show i ++ ");\nprobably because of large constant data structures;" ++ - "\nworkaround: use -fvia-C on this module.\n") + "\nworkaround: use -fllvm on this module.\n") -- cgit v1.2.1