aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-01-24 13:04:51 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-01-24 13:04:51 +0100
commit89bd87cab8e6216b1f87389f93424468710e5f21 (patch)
treec8bbc0695328f48073ad7a9f5ed040e4928b8b1f /debug/DwarfTypes.mli
parentf1e56a6c69acfd233bbe99bc3ab28409116eb5db (diff)
downloadcompcert-kvx-89bd87cab8e6216b1f87389f93424468710e5f21.tar.gz
compcert-kvx-89bd87cab8e6216b1f87389f93424468710e5f21.zip
Do not print anonymous member names in debug info
Anonymous members no longer are printed in the debug information. Fix 20798
Diffstat (limited to 'debug/DwarfTypes.mli')
-rw-r--r--debug/DwarfTypes.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli
index 48da4509..23aba448 100644
--- a/debug/DwarfTypes.mli
+++ b/debug/DwarfTypes.mli
@@ -159,7 +159,7 @@ type dw_tag_member =
member_bit_size: constant option;
member_data_member_location: data_location_value option;
member_declaration: flag option;
- member_name: string_const;
+ member_name: string_const option;
member_type: reference;
}