Skip to content

Commit 3a4b605

Browse files
committed
[lld-macho] Internalize createFiles. NFC
1 parent 52b43d1 commit 3a4b605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ static void handleSymbolPatterns(InputArgList &args,
936936
}
937937
}
938938

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

0 commit comments

Comments
 (0)