summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-31 04:57:05 +0000
committerBen Gamari <ben@smart-cactus.org>2019-12-31 04:57:05 +0000
commitbf4f84d37ba83bc9b231c1fb684f4f0139c86fe3 (patch)
treedfffcbfbcb7ec0229ebb6b1f8bf75fde3a2ddf0f
parentd6526194cde6b4339bcfdfe92a74056b5ea86f04 (diff)
downloadhaskell-wip/dwarf-backports.tar.gz
-rw-r--r--compiler/nativeGen/X86/Ppr.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/Ppr.hs b/compiler/nativeGen/X86/Ppr.hs
index 43f7cc12fb..41d972af6a 100644
--- a/compiler/nativeGen/X86/Ppr.hs
+++ b/compiler/nativeGen/X86/Ppr.hs
@@ -206,7 +206,10 @@ pprLabelType' dflags lbl =
text "@object"
where
{-
- NOTE: This is a bit hacky.
+ Note [Declare info table symbols as @object]
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+ This is a bit hacky.
With the `tablesNextToCode` info tables look like this:
```