Skip to content

Commit 7c4b1f3

Browse files
authored
Update Options.td
1 parent d66a3e6 commit 7c4b1f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/COFF/Options.td

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def pdbstripped : P<"pdbstripped", "Stripped PDB file path">;
9191
def pdbstream : Joined<["/", "-", "/?", "-?"], "pdbstream:">,
9292
MetaVarName<"<name>=<file>">,
9393
HelpText<"Embed the contents of <file> in the PDB as named stream <name>">;
94+
def fullpdbpath : F<"fullpdbpath">, HelpText<"Output pdb full path">;
9495
def section : P<"section", "Specify section attributes">;
9596
def stack : P<"stack", "Size of the stack">;
9697
def stub : P<"stub", "Specify DOS stub file">;

0 commit comments

Comments
 (0)