[PATCH] D43702: [asan] Fix bug where suppression of overlapping accesses was ignored.
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 10:35:14 PST 2018
alekseyshl added inline comments.
================
Comment at: test/asan/TestCases/strncpy-overlap.cc:23
+// RUN: %clangxx_asan -O3 %s -o %t
+// RUN: not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: echo "interceptor_via_fun:bad_function" > %t.supp
----------------
--check-prefix=CHECK is the default, let's just drop it
https://reviews.llvm.org/D43702
More information about the llvm-commits
mailing list