[PATCH] D128231: [LLD][COFF] Ignore /pdbcompress flag

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 15:21:20 PDT 2022


pzheng created this revision.
pzheng added reviewers: ruiu, rnk, thieta, thakis, hans, mstorsjo.
Herald added a project: All.
pzheng requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Microsoft does not seem to document the flag. Ignoring it for now is probably
better than getting an unknown flag error.


Repository:
  rG LLVM Github Monorepo

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.438488.patch
Type: text/x-patch
Size: 387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/8ecf970f/attachment.bin>


More information about the llvm-commits mailing list