[lld-macho] Internalize createFiles. NFC
authorFangrui Song <i@maskray.me>
Fri, 29 Oct 2021 05:14:36 +0000 (22:14 -0700)
committerFangrui Song <i@maskray.me>
Fri, 29 Oct 2021 05:14:37 +0000 (22:14 -0700)
lld/MachO/Driver.cpp

index 090221f..bd39024 100644 (file)
@@ -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().