summaryrefslogtreecommitdiff
path: root/hadrian/doc
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-07-21 11:47:04 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-16 08:30:44 -0400
commit27b904090182c8667640f3ef24e74584f3864a4c (patch)
tree75d5138bad6ea69a88724547b76d0169c14fe9e3 /hadrian/doc
parentaed356e1b68b2201fa6e3c5bf14079f3f3366b44 (diff)
downloadhaskell-27b904090182c8667640f3ef24e74584f3864a4c.tar.gz
hadrian: Introduce linting flavour transformer (+lint)
The linting flavour enables -dlint uniformly across anything build by the stage1 compiler. -dcmm-lint is not currently enabled because it fails on i386 (see #21563)
Diffstat (limited to 'hadrian/doc')
-rw-r--r--hadrian/doc/flavours.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/hadrian/doc/flavours.md b/hadrian/doc/flavours.md
index 5f406364a8..ad80962dbf 100644
--- a/hadrian/doc/flavours.md
+++ b/hadrian/doc/flavours.md
@@ -276,6 +276,11 @@ The supported transformers are listed below:
<td>Collects timings while building the stage2+ compiler by adding the
flags <code>-ddump-to-file -ddump-timings</code>.</td>
</tr>
+ <tr>
+ <td><code>lint</code></td>
+ <td>Enable Core, STG, and C-- linting in all compilation with the stage1
+ compiler.</td>
+ </tr>
</table>
### Static