[PATCH] D74599: llvm: Set WINVER to 0x600 (Vista) for MinGW

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 03:24:16 PST 2020


mstorsjo added reviewers: rnk, smeenai, beanz.
mstorsjo added a comment.

Looks sensible in general, but you could just as well make it Windows 7 (which is the documented minimum version).

(In general, upload patches with more context, `diff -U999`, to allow easier browsing around the patched spot.) Not sure if this is the right place for this kind of defaults or if it should be somewhere else, adding a few other reviewers who might know about that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74599





More information about the llvm-commits mailing list