Skip to content

Commit fd94fe4

Browse files
committed
mirbridge: show symbol IDs in --showir:transf output
This makes debugging symbol-related issues with `--showir` a bit easier.
1 parent 75b99cc commit fd94fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/mir/mirbridge.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ let reprConfig = block:
4242
rc.flags.excl trfShowFullSymTypes
4343
rc.flags.excl trfShowNodeTypes
4444
rc.flags.incl trfShowSymKind
45+
rc.flags.incl trfShowSymId
4546
rc
4647

4748
template isEnabled(config: ConfigRef, ir: IrName, name: string): bool =

0 commit comments

Comments
 (0)