[PATCH] D68602: Split two defines into two lines

Keith Randall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 15:13:30 PDT 2019


randall77 created this revision.
Herald added subscribers: llvm-commits, Sanitizers, delcypher.
Herald added projects: LLVM, Sanitizers.

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D68602

Files:
  lib/tsan/go/build.bat


Index: lib/tsan/go/build.bat
===================================================================
--- lib/tsan/go/build.bat
+++ lib/tsan/go/build.bat
@@ -49,7 +49,8 @@
   -fno-exceptions ^
   -fno-rtti ^
   -DSANITIZER_GO=1 ^
-  -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 ^
+  -DWINVER=0x0600 ^
+  -D_WIN32_WINNT=0x0600 ^
   -DGetProcessMemoryInfo=K32GetProcessMemoryInfo ^
   -Wno-error=attributes ^
   -Wno-attributes ^


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68602.223672.patch
Type: text/x-patch
Size: 416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/183c29c0/attachment.bin>


More information about the llvm-commits mailing list