diff --git a/lld/MinGW/Options.td b/lld/MinGW/Options.td index d4a49cdbd5359..d8471d5a7bc9e 100644 --- a/lld/MinGW/Options.td +++ b/lld/MinGW/Options.td @@ -186,8 +186,8 @@ def appcontainer: F<"appcontainer">, HelpText<"Set the appcontainer flag in the defm delayload: Eq<"delayload", "DLL to load only on demand">; defm mllvm: EqNoHelp<"mllvm">; defm pdb: Eq<"pdb", "Output PDB debug info file, chosen implicitly if the argument is empty">; -defm thinlto_cache_dir: EqLong<"thinlto-cache-dir", - "Path to ThinLTO cached object file directory">; +def thinlto_cache_dir: JJ<"thinlto-cache-dir=">, + HelpText<"Path to ThinLTO cached object file directory">; defm Xlink : Eq<"Xlink", "Pass to the COFF linker">, MetaVarName<"">; defm guard_cf : B<"guard-cf", "Enable Control Flow Guard" , "Do not enable Control Flow Guard (default)">;