[all-commits] [llvm/llvm-project] e2d602: tsan: fix Go build on Windows

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Wed Apr 1 01:38:02 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e2d6023250b1645214967f58a310b73b22adb31e
      https://github.com/llvm/llvm-project/commit/e2d6023250b1645214967f58a310b73b22adb31e
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M compiler-rt/lib/tsan/go/build.bat

  Log Message:
  -----------
  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




More information about the All-commits mailing list