@@ -152,7 +152,9 @@ ERROR(error_mode_cannot_emit_module_summary,none,
152152ERROR(error_mode_cannot_emit_symbol_graph,none,
153153 " this mode does not support emitting symbol graph files" , ())
154154ERROR(error_mode_cannot_emit_abi_descriptor,none,
155- " this mode does not support emitting ABI descriptor" , ())
155+ " this mode does not support emitting ABI descriptor files" , ())
156+ ERROR(error_mode_cannot_emit_api_descriptor,none,
157+ " this mode does not support emitting API descriptor files" , ())
156158ERROR(error_mode_cannot_emit_const_values,none,
157159 " this mode does not support emitting extracted const values" , ())
158160ERROR(error_mode_cannot_emit_module_semantic_info,none,
@@ -313,6 +315,10 @@ ERROR(tbd_not_supported_with_cmo,none,
313315 " Test-Based InstallAPI (TBD) is not support with cross-module-optimization" ,
314316 ())
315317
318+ WARNING(api_descriptor_only_supported_in_whole_module,none,
319+ " API descriptor generation is only supported when the whole module can be seen" ,
320+ ())
321+
316322ERROR(previous_installname_map_missing,none,
317323 " cannot open previous install name map from %0" ,
318324 (StringRef))
0 commit comments