mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user