mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #8147 from d-ronnqvist/SR-2409
[SR-2409] Rephrase diagnostic to consider Objective-C interop
This commit is contained in:
@@ -44,7 +44,7 @@ NOTE(note_from_clang,none,
|
||||
"%0", (StringRef))
|
||||
|
||||
ERROR(clang_cannot_build_module,Fatal,
|
||||
"could not build Objective-C module '%0'", (StringRef))
|
||||
"could not build %select{C|Objective-C}0 module '%1'", (bool, StringRef))
|
||||
|
||||
ERROR(bridging_header_missing,Fatal,
|
||||
"bridging header '%0' does not exist", (StringRef))
|
||||
|
||||
Reference in New Issue
Block a user