We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--showir:transf
1 parent 75b99cc commit fd94fe4Copy full SHA for fd94fe4
compiler/mir/mirbridge.nim
@@ -42,6 +42,7 @@ let reprConfig = block:
42
rc.flags.excl trfShowFullSymTypes
43
rc.flags.excl trfShowNodeTypes
44
rc.flags.incl trfShowSymKind
45
+ rc.flags.incl trfShowSymId
46
rc
47
48
template isEnabled(config: ConfigRef, ir: IrName, name: string): bool =
0 commit comments