@@ -109,8 +109,6 @@ ERROR(error_mode_cannot_emit_dependencies,none,
109
109
" this mode does not support emitting dependency files" , ())
110
110
ERROR(error_mode_cannot_emit_reference_dependencies,none,
111
111
" this mode does not support emitting reference dependency files" , ())
112
- ERROR(error_mode_cannot_emit_compiled_source,none,
113
- " this mode does not support emitting compiled source files" , ())
114
112
ERROR(error_mode_cannot_emit_header,none,
115
113
" this mode does not support emitting Objective-C headers" , ())
116
114
ERROR(error_mode_cannot_emit_loaded_module_trace,none,
@@ -131,8 +129,6 @@ ERROR(cannot_emit_ir_skipping_function_bodies,none,
131
129
132
130
WARNING(emit_reference_dependencies_without_primary_file,none,
133
131
" ignoring -emit-reference-dependencies (requires -primary-file)" , ())
134
- WARNING(emit_compiled_source_without_primary_file,none,
135
- " ignoring -emit-compiled-source (requires -primary-file)" , ())
136
132
137
133
ERROR(error_bad_module_name,none,
138
134
" module name \" %0\" is not a valid identifier"
@@ -332,10 +328,6 @@ ERROR(error_invalid_coverage_prefix_map, none,
332
328
" values for '-coverage-prefix-map' must be in the format "
333
329
" 'original=remapped', but '%0' was provided" , (StringRef))
334
330
335
- ERROR(error_unable_to_write_compiled_source_file, none,
336
- " unable to write compiled source file: '$0': %1" , (StringRef, StringRef))
337
-
338
-
339
331
ERROR(invalid_vfs_overlay_file,none,
340
332
" invalid virtual overlay file '%0'" , (StringRef))
341
333
0 commit comments