================ @@ -0,0 +1,26 @@ +; RUN: opt < %s -passes='module(sancov-module)' -sanitizer-coverage-level=2 -sanitizer-coverage-trace-pc-entry-exit -S | FileCheck %s --check-prefix=CHECK_EE_ONLY ---------------- ramosian-glider wrote:
Can you add tests for multiple `ret` instructions and for tail calls (e.g. with `musttail`)? https://github.com/llvm/llvm-project/pull/185972 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
