summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarf_export/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dwarf/dwarf_export/src')
-rw-r--r--plugins/dwarf/dwarf_export/src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/dwarf/dwarf_export/src/lib.rs b/plugins/dwarf/dwarf_export/src/lib.rs
index 284ca34b..fac7b2bb 100644
--- a/plugins/dwarf/dwarf_export/src/lib.rs
+++ b/plugins/dwarf/dwarf_export/src/lib.rs
@@ -401,6 +401,10 @@ fn export_type(
);
Some(wide_char_die_uid)
}
+ TypeClass::FragmentTypeClass => {
+ tracing::error!("Fragment types are not representable in DWARF");
+ None
+ }
}
}