Merge pull request #8147 from d-ronnqvist/SR-2409

[SR-2409] Rephrase diagnostic to consider Objective-C interop
This commit is contained in:
Jordan Rose
2017-03-16 09:07:27 -07:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -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))