COFF: Document /pdbaltpath.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Apr 2018 22:11:28 +0000 (22:11 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Apr 2018 22:11:28 +0000 (22:11 +0000)
llvm-svn: 330488

lld/COFF/Options.td

index 243671d..94df47e 100644 (file)
@@ -47,6 +47,7 @@ def order   : P<"order", "Put functions in order">;
 def out     : P<"out", "Path to file to write output">;
 def natvis : P<"natvis", "Path to natvis file to embed in the PDB">;
 def pdb : P<"pdb", "PDB file path">;
+def pdbaltpath : P<"pdbaltpath", "PDB file path to embed in the image">;
 def section : P<"section", "Specify section attributes">;
 def stack   : P<"stack", "Size of the stack">;
 def stub    : P<"stub", "Specify DOS stub file">;
@@ -163,7 +164,6 @@ def delay : QF<"delay">;
 def errorreport : QF<"errorreport">;
 def idlout : QF<"idlout">;
 def maxilksize : QF<"maxilksize">;
-def pdbaltpath : QF<"pdbaltpath">;
 def tlbid : QF<"tlbid">;
 def tlbout : QF<"tlbout">;
 def verbose_all : QF<"verbose">;