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

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 22:38:43 PDT 2020


dvyukov added a comment.

In D75849#1912918 <https://reviews.llvm.org/D75849#1912918>, @graywolf-at-work wrote:

>   /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.


Where did this error come from?

At In https://reviews.llvm.org/B48551 I only see:
Build 52335 pre-merge checks

So maybe these checks failed _before_ merging your change?


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