Skip to content

Commit

Permalink
[lld-macho] Internalize createFiles. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Oct 29, 2021
1 parent 52b43d1 commit 3a4b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/MachO/Driver.cpp
Expand Up @@ -936,7 +936,7 @@ static void handleSymbolPatterns(InputArgList &args,
}
}

void createFiles(const InputArgList &args) {
static void createFiles(const InputArgList &args) {
TimeTraceScope timeScope("Load input files");
// This loop should be reserved for options whose exact ordering matters.
// Other options should be handled via filtered() and/or getLastArg().
Expand Down

0 comments on commit 3a4b605

Please sign in to comment.