[grpc-io] Re: How to build a clang memory sanitizer instrumented version of gRPC?

2020-10-03 Thread Mark Andrews
The issue I run into is some sort of versioning problem: $ clang --version clang version 9.0.0-2~ubuntu18.04.2 (tags/RELEASE_900/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin but running make on the Makefile with `CONFIG=msan` fails during probobuf build with:

[grpc-io] Re: How to build a clang memory sanitizer instrumented version of gRPC?

2020-10-01 Thread 'yas...@google.com' via grpc.io
Our current test infrastructure uses bazel for msan tests but earlier we were using Makefile with `CONFIG=msan` which is why I'm surprised that it did not work for you. On Thursday, September 24, 2020 at 12:27:59 PM UTC-7 mandr...@gmail.com wrote: > I would like to instrument some c++ code