[clang] [LinkerWrapper] Accept some needed lld-link linker arguments for COFF targets (PR #72889)

Michael Kruse via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 12:41:41 PST 2023


================
@@ -126,3 +126,8 @@ def version : Flag<["--", "-"], "version">, Flags<[HelpHidden]>, Alias<v>;
 
 def whole_archive : Flag<["--", "-"], "whole-archive">, Flags<[HelpHidden]>;
 def no_whole_archive : Flag<["--", "-"], "no-whole-archive">, Flags<[HelpHidden]>;
+
+// COFF-style linker options.
----------------
Meinersbur wrote:

```suggestion
// link.exe-style linker options.
```
Can you change this as well? 

https://github.com/llvm/llvm-project/pull/72889


More information about the cfe-commits mailing list