[PATCH] D68599: fix Go windows build

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 15:11:12 PDT 2019


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/tsan/go/build.bat:52
   -DSANITIZER_GO=1 ^
+  -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 ^
+  -DGetProcessMemoryInfo=K32GetProcessMemoryInfo ^
----------------
For consistency could you split these 1-per-line?


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D68599





More information about the llvm-commits mailing list