|
2 | 2 | //
|
3 | 3 | // This source file is part of the Swift.org open source project
|
4 | 4 | //
|
5 |
| -// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors |
| 5 | +// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors |
6 | 6 | // Licensed under Apache License v2.0 with Runtime Library Exception
|
7 | 7 | //
|
8 | 8 | // See https://swift.org/LICENSE.txt for license information
|
@@ -128,8 +128,7 @@ ERROR(error_mode_cannot_emit_interface,none,
|
128 | 128 | ERROR(error_mode_cannot_emit_module_summary,none,
|
129 | 129 | "this mode does not support emitting module summary files", ())
|
130 | 130 | ERROR(cannot_emit_ir_skipping_function_bodies,none,
|
131 |
| - "-experimental-skip-non-inlinable-function-bodies does not support " |
132 |
| - "emitting IR", ()) |
| 131 | + "-experimental-skip-*-function-bodies do not support emitting IR", ()) |
133 | 132 |
|
134 | 133 | WARNING(emit_reference_dependencies_without_primary_file,none,
|
135 | 134 | "ignoring -emit-reference-dependencies (requires -primary-file)", ())
|
@@ -416,7 +415,7 @@ ERROR(expectation_missing_opening_braces,none,
|
416 | 415 | ERROR(expectation_missing_closing_braces,none,
|
417 | 416 | "didn't find '}}' to match '{{' in expectation", ())
|
418 | 417 |
|
419 |
| -WARNING(module_incompatible_with_skip_function_bodies,none, |
| 418 | +WARNING(module_incompatible_with_skip_non_inlinable_function_bodies,none, |
420 | 419 | "module '%0' cannot be built with "
|
421 | 420 | "-experimental-skip-non-inlinable-function-bodies; this option has "
|
422 | 421 | "been automatically disabled", (StringRef))
|
|
0 commit comments