[lld] r330488 - COFF: Document /pdbaltpath.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 15:11:28 PDT 2018


Author: pcc
Date: Fri Apr 20 15:11:28 2018
New Revision: 330488

URL: http://llvm.org/viewvc/llvm-project?rev=330488&view=rev
Log:
COFF: Document /pdbaltpath.

Modified:
    lld/trunk/COFF/Options.td

Modified: lld/trunk/COFF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/COFF/Options.td?rev=330488&r1=330487&r2=330488&view=diff
==============================================================================
--- lld/trunk/COFF/Options.td (original)
+++ lld/trunk/COFF/Options.td Fri Apr 20 15:11:28 2018
@@ -47,6 +47,7 @@ def order   : P<"order", "Put functions
 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">;




More information about the llvm-commits mailing list