projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b43d1
)
[lld-macho] Internalize createFiles. NFC
author
Fangrui Song
<i@maskray.me>
Fri, 29 Oct 2021 05:14:36 +0000
(22:14 -0700)
committer
Fangrui Song
<i@maskray.me>
Fri, 29 Oct 2021 05:14:37 +0000
(22:14 -0700)
lld/MachO/Driver.cpp
patch
|
blob
|
history
diff --git
a/lld/MachO/Driver.cpp
b/lld/MachO/Driver.cpp
index
090221f
..
bd39024
100644
(file)
--- a/
lld/MachO/Driver.cpp
+++ b/
lld/MachO/Driver.cpp
@@
-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().