We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66a3e6 commit 7c4b1f3Copy full SHA for 7c4b1f3
lld/COFF/Options.td
@@ -91,6 +91,7 @@ def pdbstripped : P<"pdbstripped", "Stripped PDB file path">;
91
def pdbstream : Joined<["/", "-", "/?", "-?"], "pdbstream:">,
92
MetaVarName<"<name>=<file>">,
93
HelpText<"Embed the contents of <file> in the PDB as named stream <name>">;
94
+def fullpdbpath : F<"fullpdbpath">, HelpText<"Output pdb full path">;
95
def section : P<"section", "Specify section attributes">;
96
def stack : P<"stack", "Size of the stack">;
97
def stub : P<"stub", "Specify DOS stub file">;
0 commit comments