diff options
| -rw-r--r-- | lld/COFF/Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Options.td b/lld/COFF/Options.td index 243671dd765..94df47e0757 100644 --- a/lld/COFF/Options.td +++ b/lld/COFF/Options.td @@ -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">; |

