forked from OSchip/llvm-project
tsan: fix Go build on Windows
Fix similar to https://reviews.llvm.org/D77111 but fow Windows. gotsan.cpp:14071:16: error: missing terminating ' character [-Werror] case 0b10'010: // c.lwsp (rd != x0) ^ Reported-by: Keith Randall
This commit is contained in:
parent
e20cac3650
commit
e2d6023250
|
@ -59,4 +59,4 @@ gcc ^
|
|||
-DSANITIZER_DEBUG=0 ^
|
||||
-O3 ^
|
||||
-fomit-frame-pointer ^
|
||||
-std=c++11
|
||||
-std=c++14
|
||||
|
|
Loading…
Reference in New Issue