diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 0923a8c..8a38fa2 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -53,9 +53,9 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = "icf", "offload_table", "mode_table", - "hsa", "lto", - "ipa_sra" + "ipa_sra", + "odr_types", }; /* Hooks so that the ipa passes can call into the lto front end to get |