Skip to content

Commit 7a05c09

Browse files
committed
[LLD] [COFF] Fix option name references in Config.h. NFC.
These options have been named /lldltocache: and /lldltocachepolicy: since they were added in 052e855; the comment was wrong from the original commit.
1 parent dd047c5 commit 7a05c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/COFF/Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ struct Configuration {
186186
// Used for /opt:lldltopartitions=N
187187
unsigned ltoPartitions = 1;
188188

189-
// Used for /opt:lldltocache=path
189+
// Used for /lldltocache=path
190190
StringRef ltoCache;
191-
// Used for /opt:lldltocachepolicy=policy
191+
// Used for /lldltocachepolicy=policy
192192
llvm::CachePruningPolicy ltoCachePolicy;
193193

194194
// Used for /opt:[no]ltodebugpassmanager

0 commit comments

Comments
 (0)