@@ -109,10 +109,8 @@ ERROR(error_mode_cannot_emit_dependencies,none,
109109 " this mode does not support emitting dependency files" , ())
110110ERROR(error_mode_cannot_emit_reference_dependencies,none,
111111 " this mode does not support emitting reference dependency files" , ())
112- ERROR(error_mode_cannot_emit_swift_ranges,none,
113- " this mode does not support emitting unparsed ranges files" , ())
114112ERROR(error_mode_cannot_emit_compiled_source,none,
115- " this mode does not support emitting compiled source files" , ())
113+ " this mode does not support emitting compiled source files" , ())
116114ERROR(error_mode_cannot_emit_header,none,
117115 " this mode does not support emitting Objective-C headers" , ())
118116ERROR(error_mode_cannot_emit_loaded_module_trace,none,
@@ -132,11 +130,9 @@ ERROR(cannot_emit_ir_skipping_function_bodies,none,
132130 " emitting IR" , ())
133131
134132WARNING(emit_reference_dependencies_without_primary_file,none,
135- " ignoring -emit-reference-dependencies (requires -primary-file)" , ())
136- WARNING(emit_swift_ranges_without_primary_file,none,
137- " ignoring -emit-swift-ranges (requires -primary-file)" , ())
133+ " ignoring -emit-reference-dependencies (requires -primary-file)" , ())
138134WARNING(emit_compiled_source_without_primary_file,none,
139- " ignoring -emit-compiled-source (requires -primary-file)" , ())
135+ " ignoring -emit-compiled-source (requires -primary-file)" , ())
140136
141137ERROR(error_bad_module_name,none,
142138 " module name \" %0\" is not a valid identifier"
@@ -336,12 +332,8 @@ ERROR(error_invalid_coverage_prefix_map, none,
336332 " values for '-coverage-prefix-map' must be in the format "
337333 " 'original=remapped', but '%0' was provided" , (StringRef))
338334
339-
340- ERROR(error_unable_to_write_swift_ranges_file, none,
341- " unable to write unparsed ranges file '$0': %1" , (StringRef, StringRef))
342-
343335ERROR(error_unable_to_write_compiled_source_file, none,
344- " unable to write compiled source file: '$0': %1" , (StringRef, StringRef))
336+ " unable to write compiled source file: '$0': %1" , (StringRef, StringRef))
345337
346338
347339ERROR(invalid_vfs_overlay_file,none,
0 commit comments