mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[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:
parent
dd047c5b64
commit
7a05c0931f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user