[PATCH] D47817: [compiler-rt] [sanitizer_common] Fix using libtirpc on Linux
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 24 01:37:29 PST 2018
krytarowski added a comment.
If libtirpc is from an external library we shall not sanitize it. If it is a part of libc (on glibc? on solaris?) it shall be sanitized only there.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D47817/new/
https://reviews.llvm.org/D47817
More information about the llvm-commits
mailing list