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

Tobias Hieta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 01:03:35 PST 2022


thieta added a comment.

I tried to look up what these options do exactly - but they don't seem to be documented.

`/d1nodatetime` seems like an option that should be implemented instead of just ignored since it can have real reproducible problems not being there.

Do you know what `/d1import_no_registry` actually does?

I think we can ignore options that are not applicable in clang-cl, but I think if there are options that expect to change something, it's probably better to fail than to silently accept them.


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