[PATCH] D54182: [Windows] Sink function bodies to .cpp file
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 6 15:13:50 PST 2018
aganea added inline comments.
================
Comment at: llvm/lib/Support/Windows/Process.inc:485
+ // Windows 8 is version 6.2, service pack 0.
+ return GetWindowsOSVersion() < llvm::VersionTuple(6, 2, 0, 0);
+}
----------------
It should say `>=` here.
https://reviews.llvm.org/D54182
More information about the llvm-commits
mailing list