[PATCH] D58379: [compiler-rt] Intercept the bcmp() function.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 04:20:50 PST 2019


courbet updated this revision to Diff 187346.
courbet added a comment.

- `ifdef A || defined(B)` -> `if defined(A) || defined(B)`


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D58379

Files:
  lib/asan/tests/asan_mem_test.cc
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  test/asan/TestCases/Posix/bcmp_test.cc
  test/sanitizer_common/TestCases/Posix/weak_hook_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58379.187346.patch
Type: text/x-patch
Size: 7488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190219/e6eecd8a/attachment.bin>


More information about the llvm-commits mailing list