[PATCH] D139167: [clang][Windows]Ignore Options '/d1nodatetime' and '/d1import_no_registry'

Qfrost via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 01:39:55 PST 2022


Qfrost911 added a comment.

Yes, these options are not documented, so I think they can be ignored. If they are important options for windows driver, why MSVC didn't document them. And, the windows driver run perfectly even if I ignore these two options.

Moreover, there are lots of options which do nothing were defined in //clang/Options.td //and //lld/COFF/Options.td//, such as "kernel", "pdbcompress" etc., in order to be compatible with MSVC and other environment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139167/new/

https://reviews.llvm.org/D139167



More information about the cfe-commits mailing list