[lld] [LLD][COFF] Adds `/includeglob` flag (PR #109721)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 04:21:22 PDT 2024


================
@@ -132,6 +132,8 @@ def manifestinput : P<
 // a reserved keyword in tablegen.
 def incl : Joined<["/", "-", "/?", "-?"], "include:">,
     HelpText<"Force symbol to be added to symbol table as undefined one">;
+def incl_glob : Joined<["/", "-", "/?", "-?"], "includeglob:">,
----------------
mstorsjo wrote:

I think it would be better to place this new option in the separate section below, among other LLD extensions.

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


More information about the llvm-commits mailing list