Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift_jenkins
2020-04-20 08:37:18 -07:00
6 changed files with 26 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ using swift::version::Version;
namespace {
/// Apply \c body for each target-specific module file base name to search from
/// most to least desiable.
/// most to least desirable.
void forEachTargetModuleBasename(const ASTContext &Ctx,
llvm::function_ref<void(StringRef)> body) {
auto normalizedTarget = getTargetSpecificModuleTriple(Ctx.LangOpts.Target);