[PATCH] D68602: Split two defines into two lines

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


vitalybuka added inline comments.


================
Comment at: lib/tsan/go/build.bat:53
+  -DWINVER=0x0600 ^
+  -D_WIN32_WINNT=0x0600 ^
   -DGetProcessMemoryInfo=K32GetProcessMemoryInfo ^
----------------
you can reaload patches into existing review with "arc diff" command
arc diff [base_rev]
e.g. arc diff HEAD^
or just: arc diff


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D68602





More information about the llvm-commits mailing list