[PATCH] D47817: [compiler-rt] [sanitizer_common] Fix using libtirpc on Linux

Peter Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 23 15:20:36 PST 2018


Lekensteyn added a comment.

There appears to be other definitions for HAVE_TIRPC_RPC_XDR_H in
lib/sanitizer_common/sanitizer_platform.h
lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc

While at it, perhaps the `#if HAVE_FOO` could be replaced by `#ifdef HAVE_FOO`?


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

https://reviews.llvm.org/D47817





More information about the llvm-commits mailing list