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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 2 10:53:39 PST 2022


efriedma added a subscriber: steplong.
efriedma added a comment.

FYI, there's some discussion of /d1nodatetime floating around, even though it isn't formally documented: it disables the definition of the `__DATE__`, `__TIME__`, and `__TIMESTAMP__` macros.

(No idea about d1import_no_registry, though.)


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