diff options
Diffstat (limited to 'libcxx/include/module.modulemap.in')
| -rw-r--r-- | libcxx/include/module.modulemap.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libcxx/include/module.modulemap.in b/libcxx/include/module.modulemap.in index 45b9c72a05b8..78607f2c1301 100644 --- a/libcxx/include/module.modulemap.in +++ b/libcxx/include/module.modulemap.in @@ -1369,6 +1369,7 @@ module std [system] { module indic_conjunct_break_table { header "__format/indic_conjunct_break_table.h" } module parser_std_format_spec { header "__format/parser_std_format_spec.h" } module range_default_formatter { header "__format/range_default_formatter.h" } + module range_format { header "__format/range_format.h" } module range_formatter { header "__format/range_formatter.h" } module unicode { header "__format/unicode.h" } module width_estimation_table { header "__format/width_estimation_table.h" } @@ -1590,7 +1591,6 @@ module std [system] { } module locale_base_api { - textual header "__locale_dir/locale_base_api/android.h" textual header "__locale_dir/locale_base_api/bsd_locale_fallbacks.h" textual header "__locale_dir/locale_base_api/ibm.h" textual header "__locale_dir/locale_base_api/musl.h" @@ -2356,6 +2356,9 @@ module std [system] { module verbose_abort { header "__verbose_abort" } + module verbose_trap { + header "__verbose_trap" + } module internal_assert { header "__assert" export * |
