We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b43d1 commit 3a4b605Copy full SHA for 3a4b605
lld/MachO/Driver.cpp
@@ -936,7 +936,7 @@ static void handleSymbolPatterns(InputArgList &args,
936
}
937
938
939
-void createFiles(const InputArgList &args) {
+static void createFiles(const InputArgList &args) {
940
TimeTraceScope timeScope("Load input files");
941
// This loop should be reserved for options whose exact ordering matters.
942
// Other options should be handled via filtered() and/or getLastArg().
0 commit comments