[PATCH] D75849: [compiler-rt] Allow golang race detector to run on musl-c

Tomas Volf via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 10:46:58 PDT 2020


graywolf-at-work added a comment.

  /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp:15:10: error: 'sanitizer_common/sanitizer_platform.h' file not found [clang-diagnostic-error]
  #include "sanitizer_common/sanitizer_platform.h"

Hm, I don't understand why would my change result in such error. I'm not nothing anywhere near that line nor did I delete the file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75849





More information about the llvm-commits mailing list