[PATCH] D128231: [LLD][COFF] Ignore /pdbcompress flag
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 16:48:54 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdec16147912d: [LLD][COFF] Ignore /pdbcompress flag (authored by pzheng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128231/new/
https://reviews.llvm.org/D128231
Files:
lld/COFF/Options.td
Index: lld/COFF/Options.td
===================================================================
--- lld/COFF/Options.td
+++ lld/COFF/Options.td
@@ -296,6 +296,7 @@
def throwingnew : F<"throwingnew">;
def editandcontinue : F<"editandcontinue">;
def fastfail : F<"fastfail">;
+def pdbcompress : F<"pdbcompress">;
def delay : P_priv<"delay">;
def errorreport : P_priv<"errorreport">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128231.438499.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/b01e36f1/attachment.bin>
More information about the llvm-commits
mailing list