================
@@ -360,6 +360,34 @@ defm prefetch_inputs : B<"prefetch-inputs",
                          "possible, to improve link times",
                          "Do not prefetch input files (default)">;
 
+def opt_remarks_filename: Separate<["-"], "opt-remarks-filename">,
----------------
mstorsjo wrote:

Using `Separate<>` for `lld-link` options (for the supposedly native style 
options) seems very untypical. Typical `link.exe`  style options look like 
`-out:foo.exe` or `/out:foo.exe`, which you get with the `P<>` class here.

https://github.com/llvm/llvm-project/pull/205390
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to