[LLD] [COFF] Fix option name references in Config.h. NFC.

These options have been named /lldltocache: and
/lldltocachepolicy: since they were added in
052e855e2bea78dcfbb2807acee829b56d56a729; the comment was
wrong from the original commit.
This commit is contained in:
Martin Storsjö 2024-01-04 16:03:21 +02:00
parent dd047c5b64
commit 7a05c0931f

View File

@ -186,9 +186,9 @@ struct Configuration {
// Used for /opt:lldltopartitions=N
unsigned ltoPartitions = 1;
// Used for /opt:lldltocache=path
// Used for /lldltocache=path
StringRef ltoCache;
// Used for /opt:lldltocachepolicy=policy
// Used for /lldltocachepolicy=policy
llvm::CachePruningPolicy ltoCachePolicy;
// Used for /opt:[no]ltodebugpassmanager