[PATCH] D68599: fix Go windows build
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 15:37:23 PDT 2019
vitalybuka added inline comments.
================
Comment at: lib/tsan/go/build.bat:52
-DSANITIZER_GO=1 ^
+ -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 ^
+ -DGetProcessMemoryInfo=K32GetProcessMemoryInfo ^
----------------
vitalybuka wrote:
> For consistency could you split these 1-per-line?
Ah, don't bother
You likely have no commiter access, so someone else will have to land it.
I'll reformat and land.
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